aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Eglen2009-01-15 10:50:50 +0000
committerStephen Eglen2009-01-15 10:50:50 +0000
commit71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3 (patch)
treede72891492ca2ba550ad6dfb17cc70907862b722
parent3151c2ffabe2933ca925558526b25ac21b5bb11d (diff)
downloademacs-71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3.tar.gz
emacs-71f982e3acf93cd4cff3ee58ccf9d6a37d96ecc3.zip
(lisp-mode-variables): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 067f561293b..512d2de278e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-01-15 Stephen Eglen <stephen@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
4
12009-01-15 Dan Nicolaescu <dann@ics.uci.edu> 52009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903) 7 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
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 @@
197 "Common initialization routine for lisp modes. 197 "Common initialization routine for lisp modes.
198The LISP-SYNTAX argument is used by code in inf-lisp.el and is 198The LISP-SYNTAX argument is used by code in inf-lisp.el and is
199(uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el 199(uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el
200KEYWORDS-CASE-SENSITIVE means that for font-lock keywords will not be case sensitive." 200KEYWORDS-CASE-INSENSITIVE means that for font-lock keywords will not
201be case sensitive."
201 (when lisp-syntax 202 (when lisp-syntax
202 (set-syntax-table lisp-mode-syntax-table)) 203 (set-syntax-table lisp-mode-syntax-table))
203 (setq local-abbrev-table lisp-mode-abbrev-table) 204 (setq local-abbrev-table lisp-mode-abbrev-table)