# HG changeset patch # User Martin Rudalics # Date 1244359283 0 # Node ID 35fd76739f2f1c28122bb8935104e4493fa590aa # Parent b4cfe4e41fff1c3275bf03eb314e66dfa9a17030 (lisp-mode-variables): Fix doc-string. diff -r b4cfe4e41fff -r 35fd76739f2f lisp/ChangeLog --- a/lisp/ChangeLog Sun Jun 07 03:50:01 2009 +0000 +++ b/lisp/ChangeLog Sun Jun 07 07:21:23 2009 +0000 @@ -1,3 +1,7 @@ +2009-06-07 Martin Rudalics + + * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string. + 2009-06-06 Michael Albinus * tramp.el (tramp-open-connection-setup-interactive-shell): Apply diff -r b4cfe4e41fff -r 35fd76739f2f lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Sun Jun 07 03:50:01 2009 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sun Jun 07 07:21:23 2009 +0000 @@ -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)