(lisp-mode-variables): Fix doc-string.

This commit is contained in:
Martin Rudalics 2009-06-07 07:21:23 +00:00
parent a7f2b0b17e
commit 5249a62d0b
2 changed files with 7 additions and 3 deletions

View file

@ -197,9 +197,9 @@
(defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive)
"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-INSENSITIVE means that for font-lock keywords will not
be case sensitive."
\(uselessly) passed from pp.el, chistory.el, gnus-kill.el and
score-mode.el. KEYWORDS-CASE-INSENSITIVE non-nil 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)