diff options
author | Glenn Morris <rgm@gnu.org> | 2013-06-18 00:43:46 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-06-18 00:43:46 -0700 |
commit | 9445f99bd69192de4a1d0f86f33410f4f7d64c4c (patch) | |
tree | 3b202d70fcd1b7a7177aff54c22ed570b09ba842 /lisp/emacs-lisp | |
parent | 9349e5f76716b44f92391fa722f5feba58898f27 (diff) | |
download | emacs-9445f99bd69192de4a1d0f86f33410f4f7d64c4c.tar.gz emacs-9445f99bd69192de4a1d0f86f33410f4f7d64c4c.tar.bz2 emacs-9445f99bd69192de4a1d0f86f33410f4f7d64c4c.zip |
Replace obsolete generic-make-keywords calls
* lisp/generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
Replace obsolete function generic-make-keywords with its expansion.
* lisp/emacs-lisp/generic.el: Update commentary.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/generic.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/generic.el b/lisp/emacs-lisp/generic.el index cb86a554335..3eb64f9f7f0 100644 --- a/lisp/emacs-lisp/generic.el +++ b/lisp/emacs-lisp/generic.el @@ -44,11 +44,8 @@ ;; end at the end of the line.) Emacs does not support comment ;; strings of more than two characters in length. ;; -;; * List of keywords to font-lock. Each keyword should be a string. -;; If you have additional keywords which should be highlighted in a -;; face different from `font-lock-keyword-face', you can use the -;; convenience function `generic-make-keywords-list' (which see), -;; and add the result to the following list: +;; * List of keywords to font-lock in `font-lock-keyword-face'. +;; Each keyword should be a string. ;; ;; * Additional expressions to font-lock. This should be a list of ;; expressions, each of which should be of the same form as those in |