emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/lisp-mode.el


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/lisp-mode.el
Date: Sun, 07 Jun 2009 07:21:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/06/07 07:21:33

Modified files:
        lisp           : ChangeLog 
        lisp/emacs-lisp: lisp-mode.el 

Log message:
        (lisp-mode-variables): Fix doc-string.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15669&r2=1.15670
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/lisp-mode.el?cvsroot=emacs&r1=1.238&r2=1.239

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15669
retrieving revision 1.15670
diff -u -b -r1.15669 -r1.15670
--- ChangeLog   6 Jun 2009 23:25:56 -0000       1.15669
+++ ChangeLog   7 Jun 2009 07:21:23 -0000       1.15670
@@ -1,3 +1,7 @@
+2009-06-07  Martin Rudalics  <address@hidden>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
+
 2009-06-06  Michael Albinus  <address@hidden>
 
        * tramp.el (tramp-open-connection-setup-interactive-shell): Apply

Index: emacs-lisp/lisp-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp-mode.el,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -b -r1.238 -r1.239
--- emacs-lisp/lisp-mode.el     16 Apr 2009 04:31:16 -0000      1.238
+++ emacs-lisp/lisp-mode.el     7 Jun 2009 07:21:32 -0000       1.239
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]