]> code.delx.au - gnu-emacs/commitdiff
(lisp-mode-variables): Fix doc-string.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 7 Jun 2009 07:21:23 +0000 (07:21 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 7 Jun 2009 07:21:23 +0000 (07:21 +0000)
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index f505c6a09cd06dd98a2a28579bbf7ac1bc5cbc6a..71cef8ea8986f6729c285572f0ae6441624021c3 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
+
 2009-06-06  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.el (tramp-open-connection-setup-interactive-shell): Apply
index 3e3d3960f9756c2e5d71aa9c4058eb7ba0b36be6..45ed753d37b43e04b8a319612a44e9e1a2b809df 100644 (file)
 (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)