* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):

Add a blank line in the docstring before the keymap listing.
This commit is contained in:
Juanma Barranquero 2009-01-04 19:32:40 +00:00
parent d66c024143
commit a3c40f60f7
2 changed files with 9 additions and 0 deletions

View file

@ -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.")