# HG changeset patch # User Stephen Eglen # Date 1232016637 0 # Node ID b9801521d0785ea4e7c1cb15a3247c6ff3493221 # Parent bbf505632d293996212656a347d95b7b126da374 (lisp-mode-variables): Doc fix. diff -r bbf505632d29 -r b9801521d078 lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Thu Jan 15 08:10:27 2009 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Jan 15 10:50:37 2009 +0000 @@ -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)