mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(lisp-mode-variables): Doc fix.
This commit is contained in:
parent
3151c2ffab
commit
71f982e3ac
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2009-01-15 Stephen Eglen <stephen@gnu.org>
|
||||||
|
|
||||||
|
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
|
||||||
|
|
||||||
2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
|
2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
|
|
||||||
* vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
|
* vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,8 @@
|
||||||
"Common initialization routine for lisp modes.
|
"Common initialization routine for lisp modes.
|
||||||
The LISP-SYNTAX argument is used by code in inf-lisp.el and is
|
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
|
(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
|
(when lisp-syntax
|
||||||
(set-syntax-table lisp-mode-syntax-table))
|
(set-syntax-table lisp-mode-syntax-table))
|
||||||
(setq local-abbrev-table lisp-mode-abbrev-table)
|
(setq local-abbrev-table lisp-mode-abbrev-table)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue