summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
-rw-r--r--lisp/emacs-lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
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))"