diff options
| author | Juanma Barranquero | 2009-01-04 19:32:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-04 19:32:40 +0000 |
| commit | a3c40f60f7dd6d68aa26b744aa9b024a85333a26 (patch) | |
| tree | 2cfcefec5dd6c21ab330bd16cb6f9468118fd70a | |
| parent | d66c02414328a8aa8c305853cea8c591c0278a11 (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 3 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-01-04 Martin Rudalics <rudalics@gmx.at> | 7 | 2009-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.") | |||
| 416 | Commands: | 416 | Commands: |
| 417 | Delete converts tabs to spaces as it moves back. | 417 | Delete converts tabs to spaces as it moves back. |
| 418 | Blank lines separate paragraphs. Semicolons start comments. | 418 | Blank lines separate paragraphs. Semicolons start comments. |
| 419 | |||
| 419 | \\{emacs-lisp-mode-map} | 420 | \\{emacs-lisp-mode-map} |
| 420 | Entry to this mode calls the value of `emacs-lisp-mode-hook' | 421 | Entry to this mode calls the value of `emacs-lisp-mode-hook' |
| 421 | if that value is non-nil." | 422 | if that value is non-nil." |
| @@ -455,6 +456,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.") | |||
| 455 | Commands: | 456 | Commands: |
| 456 | Delete converts tabs to spaces as it moves back. | 457 | Delete converts tabs to spaces as it moves back. |
| 457 | Blank lines separate paragraphs. Semicolons start comments. | 458 | Blank lines separate paragraphs. Semicolons start comments. |
| 459 | |||
| 458 | \\{lisp-mode-map} | 460 | \\{lisp-mode-map} |
| 459 | Note that `run-lisp' may be used either to start an inferior Lisp job | 461 | Note that `run-lisp' may be used either to start an inferior Lisp job |
| 460 | or to switch back to an existing one. | 462 | or to switch back to an existing one. |
| @@ -532,6 +534,7 @@ Commands: | |||
| 532 | Delete converts tabs to spaces as it moves back. | 534 | Delete converts tabs to spaces as it moves back. |
| 533 | Paragraphs are separated only by blank lines. | 535 | Paragraphs are separated only by blank lines. |
| 534 | Semicolons start comments. | 536 | Semicolons start comments. |
| 537 | |||
| 535 | \\{lisp-interaction-mode-map} | 538 | \\{lisp-interaction-mode-map} |
| 536 | Entry to this mode calls the value of `lisp-interaction-mode-hook' | 539 | Entry to this mode calls the value of `lisp-interaction-mode-hook' |
| 537 | if that value is non-nil.") | 540 | if that value is non-nil.") |