]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo
authorEshel Yaron <me@eshelyaron.com>
Sun, 29 Dec 2024 09:22:52 +0000 (10:22 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 29 Dec 2024 09:22:52 +0000 (10:22 +0100)
lisp/emacs-lisp/lisp-mode.el

index 264464d70425570cb5c738c6083e05a804d7ed10..62513b1e830add5ca0f2cb4b0abee2ce8dddfe71 100644 (file)
@@ -278,7 +278,7 @@ to a package-local <package>-loaddefs.el file.")
 
 (defmacro let-when-compile (bindings &rest body)
   "Like `let*', but allow for compile time optimization.
-Use BINDINGS as in regular `let*', but in \BODY each usage should
+Use BINDINGS as in regular `let*', but in BODY each usage should
 be wrapped in `eval-when-compile'.
 This will generate compile-time constants from BINDINGS."
   (declare (indent 1) (debug let))