From: Stefan Kangas Date: Wed, 26 Feb 2025 16:49:56 +0000 (+0100) Subject: ; Fix my last commit X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5583688fe00e7847ab5666da7496451791b87742;p=emacs.git ; Fix my last commit (cherry picked from commit 7ff806da496619f9109b2075c3ff5b803506d258) --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 3f459f1e146..9efcdac242c 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -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. +\\ +- \\[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. +\\ +- \\[backward-delete-char-untabify] converts tabs to spaces as it moves back. - Paragraphs are separated only by blank lines. - Semicolons start comments.