emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 0165b50b0ff: ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo


From: Eli Zaretskii
Subject: emacs-29 0165b50b0ff: ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.
Date: Wed, 12 Jul 2023 08:19:18 -0400 (EDT)

branch: emacs-29
commit 0165b50b0ffed5224162eed705287937489fcace
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in 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 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]