X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/efb01e66f7ea5688ec572d243b5378440093c00f..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/rich-minority/rich-minority.el diff --git a/packages/rich-minority/rich-minority.el b/packages/rich-minority/rich-minority.el index 78a4166a8..71bb159d3 100644 --- a/packages/rich-minority/rich-minority.el +++ b/packages/rich-minority/rich-minority.el @@ -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."