diff options
| author | Martin Rudalics | 2009-06-07 07:21:23 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2009-06-07 07:21:23 +0000 |
| commit | 5249a62d0b49f635af6afc92af9e3bf306609a3d (patch) | |
| tree | 83f966686deb9fa4f7dac413b6020a475fe7f5d6 /lisp | |
| parent | a7f2b0b17eb0dab8b18ae206b4936ee1e029596f (diff) | |
| download | emacs-5249a62d0b49f635af6afc92af9e3bf306609a3d.tar.gz emacs-5249a62d0b49f635af6afc92af9e3bf306609a3d.zip | |
(lisp-mode-variables): Fix doc-string.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f505c6a09cd..71cef8ea898 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-06-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string. | ||
| 4 | |||
| 1 | 2009-06-06 Michael Albinus <michael.albinus@gmx.de> | 5 | 2009-06-06 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * tramp.el (tramp-open-connection-setup-interactive-shell): Apply | 7 | * 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 3e3d3960f97..45ed753d37b 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -197,9 +197,9 @@ | |||
| 197 | (defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive) | 197 | (defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive) |
| 198 | "Common initialization routine for lisp modes. | 198 | "Common initialization routine for lisp modes. |
| 199 | The LISP-SYNTAX argument is used by code in inf-lisp.el and is | 199 | The LISP-SYNTAX argument is used by code in inf-lisp.el and is |
| 200 | (uselessly) passed from pp.el, chistory.el, gnus-kill.el and score-mode.el | 200 | \(uselessly) passed from pp.el, chistory.el, gnus-kill.el and |
| 201 | KEYWORDS-CASE-INSENSITIVE means that for font-lock keywords will not | 201 | score-mode.el. KEYWORDS-CASE-INSENSITIVE non-nil means that for |
| 202 | be case sensitive." | 202 | font-lock keywords will not be case sensitive." |
| 203 | (when lisp-syntax | 203 | (when lisp-syntax |
| 204 | (set-syntax-table lisp-mode-syntax-table)) | 204 | (set-syntax-table lisp-mode-syntax-table)) |
| 205 | (setq local-abbrev-table lisp-mode-abbrev-table) | 205 | (setq local-abbrev-table lisp-mode-abbrev-table) |