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: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/lisp-mode.el
Date: Sun, 04 Jan 2009 19:32:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/01/04 19:32:43

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

Log message:
        * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, 
lisp-interaction-mode):
          Add a blank line in the docstring before the keymap listing.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15037&r2=1.15038
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/lisp-mode.el?cvsroot=emacs&r1=1.233&r2=1.234

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15037
retrieving revision 1.15038
diff -u -b -r1.15037 -r1.15038
--- ChangeLog   4 Jan 2009 19:03:09 -0000       1.15037
+++ ChangeLog   4 Jan 2009 19:32:40 -0000       1.15038
@@ -1,3 +1,9 @@
+2009-01-04  Juanma Barranquero  <address@hidden>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
+       (lisp-interaction-mode): Add a blank line in the docstring
+       before the keymap listing.
+
 2009-01-04  Martin Rudalics  <address@hidden>
 
        * window.el (display-buffer): When a buffer is displayed in the

Index: emacs-lisp/lisp-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/lisp-mode.el,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -b -r1.233 -r1.234
--- emacs-lisp/lisp-mode.el     19 Nov 2008 04:32:35 -0000      1.233
+++ emacs-lisp/lisp-mode.el     4 Jan 2009 19:32:42 -0000       1.234
@@ -416,6 +416,7 @@
 Commands:
 Delete converts tabs to spaces as it moves back.
 Blank lines separate paragraphs.  Semicolons start comments.
+
 \\{emacs-lisp-mode-map}
 Entry to this mode calls the value of `emacs-lisp-mode-hook'
 if that value is non-nil."
@@ -455,6 +456,7 @@
 Commands:
 Delete converts tabs to spaces as it moves back.
 Blank lines separate paragraphs.  Semicolons start comments.
+
 \\{lisp-mode-map}
 Note that `run-lisp' may be used either to start an inferior Lisp job
 or to switch back to an existing one.
@@ -532,6 +534,7 @@
 Delete converts tabs to spaces as it moves back.
 Paragraphs are separated only by blank lines.
 Semicolons start comments.
+
 \\{lisp-interaction-mode-map}
 Entry to this mode calls the value of `lisp-interaction-mode-hook'
 if that value is non-nil.")




reply via email to

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