]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix my last commit
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 16:49:56 +0000 (17:49 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:50:42 +0000 (21:50 +0100)
(cherry picked from commit 7ff806da496619f9109b2075c3ff5b803506d258)

lisp/progmodes/elisp-mode.el

index 3f459f1e14618db3511b9e43a01542f0d76c26b1..9efcdac242c54cc8247a42d0ffec52bf7da16d7d 100644 (file)
@@ -613,8 +613,8 @@ 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.
-
-- Delete converts tabs to spaces as it moves back.
+\\<emacs-lisp-mode-map>
+- \\[backward-delete-char-untabify] converts tabs to spaces as it moves back.
 - Blank lines separate paragraphs.
 - Semicolons start comments.
 
@@ -1438,8 +1438,8 @@ Like Lisp mode except that \\[eval-print-last-sexp] evals the Lisp expression
 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'.
-
-- Delete converts tabs to spaces as it moves back.
+\\<lisp-interaction-mode-map>
+- \\[backward-delete-char-untabify] converts tabs to spaces as it moves back.
 - Paragraphs are separated only by blank lines.
 - Semicolons start comments.