Further raise-sexp doc string improvement

* lisp/emacs-lisp/lisp.el (raise-sexp): Fix the key binding syntax
in the doc string.
This commit is contained in:
Lars Ingebrigtsen 2022-06-04 14:00:10 +02:00
parent b3dc23dd60
commit f76f529524

View 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))"