emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/aumix-mode dcababe 2/3: Fix some quoting problems in do


From: Stefan Monnier
Subject: [elpa] externals/aumix-mode dcababe 2/3: Fix some quoting problems in doc strings
Date: Sun, 29 Nov 2020 18:53:00 -0500 (EST)

branch: externals/aumix-mode
commit dcababecc49dbc8c1791b768e7304fef734f9c8d
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 aumix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aumix-mode.el b/aumix-mode.el
index 8507fb7..6f97746 100644
--- a/aumix-mode.el
+++ b/aumix-mode.el
@@ -89,7 +89,7 @@ Only a few aumix options do anything for interactive use.
 \"-d\" can set a mixer device file (default /dev/mixer), for
 example
 
-    (setq aumix-mode-switches '(\"-d\" \"/dev/mixer2\"))"
+    (setq aumix-mode-switches \\='(\"-d\" \"/dev/mixer2\"))"
 
   :type  '(repeat string)
   :group 'aumix-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]