From f76f529524113513397ab50fb7b8f7aaba197152 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 4 Jun 2022 14:00:10 +0200 Subject: [PATCH] Further raise-sexp doc string improvement * lisp/emacs-lisp/lisp.el (raise-sexp): Fix the key binding syntax in the doc string. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))" -- 2.39.2