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:
parent
b3dc23dd60
commit
f76f529524
1 changed files with 1 additions and 1 deletions
|
@ -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))"
|
||||
|
|
Loading…
Add table
Reference in a new issue