; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.
This commit is contained in:
parent
4cf33b6bd0
commit
0165b50b0f
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ The option `delete-pair-blink-delay' can disable blinking."
|
||||||
"Raise N sexps one level higher up the tree.
|
"Raise N sexps one level higher up the tree.
|
||||||
|
|
||||||
This function removes the sexp enclosing the form which follows
|
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 followed point,
|
||||||
thus raising those N sexps one level up.
|
thus raising those N sexps one level up.
|
||||||
|
|
||||||
Interactively, N is the numeric prefix argument, and defaults to 1.
|
Interactively, N is the numeric prefix argument, and defaults to 1.
|
||||||
|
|
Loading…
Add table
Reference in a new issue