aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Rudalics <[email protected]>2009-06-07 07:21:23 +0000
committerMartin Rudalics <[email protected]>2009-06-07 07:21:23 +0000
commit5249a62d0b49f635af6afc92af9e3bf306609a3d (patch)
tree83f966686deb9fa4f7dac413b6020a475fe7f5d6 /lisp
parenta7f2b0b17eb0dab8b18ae206b4936ee1e029596f (diff)
(lisp-mode-variables): Fix doc-string.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/lisp-mode.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f505c6a09c..71cef8ea89 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-07 Martin Rudalics <[email protected]>
+
+ * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
+
2009-06-06 Michael Albinus <[email protected]>
* tramp.el (tramp-open-connection-setup-interactive-shell): Apply
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 3e3d3960f9..45ed753d37 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -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)