]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/rich-minority/rich-minority.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / rich-minority / rich-minority.el
index 78a4166a86a49bfe742d92ce0247b98887846bd9..71bb159d3515952d1e171cb559acf01c22a6dfad 100644 (file)
@@ -113,7 +113,7 @@ Has three possible values:
   minor-mode list.
 
 If you'd like to use a list of regexps, simply use something like the following:
-    (setq rm-blacklist (mapconcat 'identity list-of-regexps \"\\\\|\"))
+    (setq rm-blacklist (mapconcat \\='identity list-of-regexps \"\\\\|\"))
 
 Don't forget to start each string with a blank space, as most
 minor-mode lighters start with a space."
@@ -140,7 +140,7 @@ minor-mode lighters start with a space."
   the minor-mode list.
 
 If you'd like to use a list of regexps, simply use something like the following:
-    (setq rm-whitelist (mapconcat 'identity list-of-regexps \"\\\\|\"))
+    (setq rm-whitelist (mapconcat \\='identity list-of-regexps \"\\\\|\"))
 
 Don't forget to start each string with a blank space, as most
 minor-mode lighters start with a space."