]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/nameless/nameless.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / nameless / nameless.el
index 735b4d8026c068956880e00dd683b7a759480bff..3f217567618eb90ce795a699c61e9d10b470fa20 100644 (file)
@@ -59,8 +59,8 @@ use commonly.  To apply aliases specific to a file, set the
 Each element of this list should have the form (ALIAS . NAMESPACE),
 both strings.  For example, if you set this variable to
           ((\"fl\" . \"font-lock\"))
-then expressions like `(font-lock-add-keywords nil kwds)' will
-displayed as `(fl/add-keywords nil kwds)' instead.
+then expressions like (font-lock-add-keywords nil kwds) will be
+displayed as (fl/add-keywords nil kwds) instead.
 
 Furthermore typing `fl' followed by `\\[nameless-insert-name]' will
 automatically insert `font-lock-'."