diff options
author | Stephen Eglen <stephen@gnu.org> | 2009-01-15 10:50:50 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2009-01-15 10:50:50 +0000 |
commit | 71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3 (patch) | |
tree | de72891492ca2ba550ad6dfb17cc70907862b722 /lisp/emacs-lisp/lisp-mode.el | |
parent | 3151c2ffabe2933ca925558526b25ac21b5bb11d (diff) | |
download | emacs-71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3.tar.gz |
(lisp-mode-variables): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 7a00ec05ec8..65c26e67e41 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -197,7 +197,8 @@ "Common initialization routine for lisp modes. The LISP-SYNTAX argument is used by code in inf-lisp.el and is (uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el -KEYWORDS-CASE-SENSITIVE means that for font-lock keywords will not be case sensitive." +KEYWORDS-CASE-INSENSITIVE means that for font-lock keywords will not +be case sensitive." (when lisp-syntax (set-syntax-table lisp-mode-syntax-table)) (setq local-abbrev-table lisp-mode-abbrev-table) |