From a3c40f60f7dd6d68aa26b744aa9b024a85333a26 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 4 Jan 2009 19:32:40 +0000 Subject: [PATCH] * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode): Add a blank line in the docstring before the keymap listing. --- lisp/ChangeLog | 6 ++++++ lisp/emacs-lisp/lisp-mode.el | 3 +++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5841f1f0680..e224917f3c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-01-04 Juanma Barranquero + + * 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 * 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.") 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 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") 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 @@ Commands: 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.") -- 2.39.5