Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 101201:b9801521d078
(lisp-mode-variables): Doc fix.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Thu, 15 Jan 2009 10:50:37 +0000 |
parents | a9dc0e7c3f2b |
children | 38cb917d6f8f |
comparison
equal
deleted
inserted
replaced
101200:bbf505632d29 | 101201:b9801521d078 |
---|---|
195 | 195 |
196 (defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive) | 196 (defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive) |
197 "Common initialization routine for lisp modes. | 197 "Common initialization routine for lisp modes. |
198 The LISP-SYNTAX argument is used by code in inf-lisp.el and is | 198 The 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 |
200 KEYWORDS-CASE-SENSITIVE means that for font-lock keywords will not be case sensitive." | 200 KEYWORDS-CASE-INSENSITIVE means that for font-lock keywords will not |
201 be 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) |
204 (make-local-variable 'paragraph-ignore-fill-prefix) | 205 (make-local-variable 'paragraph-ignore-fill-prefix) |
205 (setq paragraph-ignore-fill-prefix t) | 206 (setq paragraph-ignore-fill-prefix t) |