From: Lars Ingebrigtsen Date: Sat, 4 Jun 2022 12:00:10 +0000 (+0200) Subject: Further raise-sexp doc string improvement X-Git-Tag: emacs-29.0.90~1910^2~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f76f529524113513397ab50fb7b8f7aaba197152;p=emacs.git Further raise-sexp doc string improvement * lisp/emacs-lisp/lisp.el (raise-sexp): Fix the key binding syntax in the doc string. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 9d9ae41f301..d6086abe59e 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -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))"