]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix up emacs-lisp-mode docstring
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 02:31:57 +0000 (03:31 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:50:28 +0000 (21:50 +0100)
* 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.

(cherry picked from commit a90da8990342c7fc0aa51ae92a0849de346a8d8b)

lisp/progmodes/elisp-mode.el

index 4ca5fe07060e066199f90226d91cb1507b550025..3f459f1e14618db3511b9e43a01542f0d76c26b1 100644 (file)
@@ -613,9 +613,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.
@@ -1438,10 +1439,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