X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/nameless/nameless.el diff --git a/packages/nameless/nameless.el b/packages/nameless/nameless.el index 735b4d802..3f2175676 100644 --- a/packages/nameless/nameless.el +++ b/packages/nameless/nameless.el @@ -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-'."