aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-04 19:32:40 +0000
committerJuanma Barranquero2009-01-04 19:32:40 +0000
commita3c40f60f7dd6d68aa26b744aa9b024a85333a26 (patch)
tree2cfcefec5dd6c21ab330bd16cb6f9468118fd70a
parentd66c02414328a8aa8c305853cea8c591c0278a11 (diff)
downloademacs-a3c40f60f7dd6d68aa26b744aa9b024a85333a26.tar.gz
emacs-a3c40f60f7dd6d68aa26b744aa9b024a85333a26.zip
* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Add a blank line in the docstring before the keymap listing.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5841f1f0680..e224917f3c4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-01-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
4 (lisp-interaction-mode): Add a blank line in the docstring
5 before the keymap listing.
6
12009-01-04 Martin Rudalics <rudalics@gmx.at> 72009-01-04 Martin Rudalics <rudalics@gmx.at>
2 8
3 * window.el (display-buffer): When a buffer is displayed in the 9 * window.el (display-buffer): When a buffer is displayed in the
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 81003d7f9a2..0f104333dcb 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -416,6 +416,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.")
416Commands: 416Commands:
417Delete converts tabs to spaces as it moves back. 417Delete converts tabs to spaces as it moves back.
418Blank lines separate paragraphs. Semicolons start comments. 418Blank lines separate paragraphs. Semicolons start comments.
419
419\\{emacs-lisp-mode-map} 420\\{emacs-lisp-mode-map}
420Entry to this mode calls the value of `emacs-lisp-mode-hook' 421Entry to this mode calls the value of `emacs-lisp-mode-hook'
421if that value is non-nil." 422if that value is non-nil."
@@ -455,6 +456,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.")
455Commands: 456Commands:
456Delete converts tabs to spaces as it moves back. 457Delete converts tabs to spaces as it moves back.
457Blank lines separate paragraphs. Semicolons start comments. 458Blank lines separate paragraphs. Semicolons start comments.
459
458\\{lisp-mode-map} 460\\{lisp-mode-map}
459Note that `run-lisp' may be used either to start an inferior Lisp job 461Note that `run-lisp' may be used either to start an inferior Lisp job
460or to switch back to an existing one. 462or to switch back to an existing one.
@@ -532,6 +534,7 @@ Commands:
532Delete converts tabs to spaces as it moves back. 534Delete converts tabs to spaces as it moves back.
533Paragraphs are separated only by blank lines. 535Paragraphs are separated only by blank lines.
534Semicolons start comments. 536Semicolons start comments.
537
535\\{lisp-interaction-mode-map} 538\\{lisp-interaction-mode-map}
536Entry to this mode calls the value of `lisp-interaction-mode-hook' 539Entry to this mode calls the value of `lisp-interaction-mode-hook'
537if that value is non-nil.") 540if that value is non-nil.")