mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix up emacs-lisp-mode docstring
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode, lisp-interaction-mode): Fix up docstring slightly by removing redundant and misplaced word "Commands", and prefix list with dashes.
This commit is contained in:
parent
58c7acb555
commit
a90da89903
1 changed files with 8 additions and 8 deletions
|
|
@ -335,9 +335,10 @@ mouse-1: Enable lexical-binding mode"
|
|||
mouse-face mode-line-highlight
|
||||
local-map ,elisp--dynlex-modeline-map)))
|
||||
"Major mode for editing Lisp code to run in Emacs.
|
||||
Commands:
|
||||
Delete converts tabs to spaces as it moves back.
|
||||
Blank lines separate paragraphs. Semicolons start comments.
|
||||
|
||||
- Delete converts tabs to spaces as it moves back.
|
||||
- Blank lines separate paragraphs.
|
||||
- Semicolons start comments.
|
||||
|
||||
When editing Lisp data (as opposed to code), `lisp-data-mode' can
|
||||
be used instead.
|
||||
|
|
@ -1330,10 +1331,9 @@ before point, and prints its value into the buffer, advancing point.
|
|||
Note that printing is controlled by `eval-expression-print-length'
|
||||
and `eval-expression-print-level'.
|
||||
|
||||
Commands:
|
||||
Delete converts tabs to spaces as it moves back.
|
||||
Paragraphs are separated only by blank lines.
|
||||
Semicolons start comments.
|
||||
- Delete converts tabs to spaces as it moves back.
|
||||
- Paragraphs are separated only by blank lines.
|
||||
- Semicolons start comments.
|
||||
|
||||
\\{lisp-interaction-mode-map}"
|
||||
:abbrev-table nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue