diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-07-12 15:19:10 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-07-12 15:19:10 +0300 |
commit | 0165b50b0ffed5224162eed705287937489fcace (patch) | |
tree | 285fd81c004e89820a73286327af22e644728302 /lisp/emacs-lisp | |
parent | 4cf33b6bd02b868ebbf112da7926d7c3c64517ce (diff) | |
download | emacs-0165b50b0ffed5224162eed705287937489fcace.tar.gz emacs-0165b50b0ffed5224162eed705287937489fcace.tar.bz2 emacs-0165b50b0ffed5224162eed705287937489fcace.zip |
; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index b91d56cfb4f..17d58b1e3c6 100644 --- 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 followed point, thus raising those N sexps one level up. Interactively, N is the numeric prefix argument, and defaults to 1. |