projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf33b6
)
; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 12 Jul 2023 12:19:10 +0000
(15:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 12 Jul 2023 12:19:10 +0000
(15:19 +0300)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index b91d56cfb4fba9842d56909f9f47a002224bdd8e..17d58b1e3c666da9a52f6dd7b130e8dbce33eafc 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-887,7
+887,7
@@
The option `delete-pair-blink-delay' can disable blinking."
"Raise N sexps one level higher up the tree.
This function removes the sexp enclosing the form which follows
-point, and then re-inserts N sexps that originally followe point,
+point, and then re-inserts N sexps that originally followe
d
point,
thus raising those N sexps one level up.
Interactively, N is the numeric prefix argument, and defaults to 1.