]> git.eshelyaron.com Git - emacs.git/commitdiff
Further raise-sexp doc string improvement
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Jun 2022 12:00:10 +0000 (14:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Jun 2022 12:00:10 +0000 (14:00 +0200)
* lisp/emacs-lisp/lisp.el (raise-sexp): Fix the key binding syntax
in the doc string.

lisp/emacs-lisp/lisp.el

index 9d9ae41f30179359520f910df2573b48d401d9e5..d6086abe59ec6eba1c82760a13d0e76fb06b5b57 100644 (file)
@@ -870,7 +870,7 @@ For instance, if you have:
       (zot)
       (+ foo 2)))
 
-and point is before (zot), `M-x raise-sexp' will give you
+and point is before (zot), \\[raise-sexp] will give you
 
   (let ((foo 2))
     (zot))"