emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 d5f1c87: * src/editfns.c (Fsave_excursion): Doc f


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 d5f1c87: * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)
Date: Sat, 6 Jan 2018 10:15:31 -0500 (EST)

branch: emacs-26
commit d5f1c87bfed04c3cd84a27f599d1b38233e88816
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/editfns.c (Fsave_excursion): Doc fix.  (Bug#30001)
---
 src/editfns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index c4bbbb1..d0ccdbd 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1036,7 +1036,7 @@ If you only want to save the current buffer but not point,
 then just use `save-current-buffer', or even `with-current-buffer'.
 
 Before Emacs 25.1, `save-excursion' used to save the mark state.
-To save the marker state as well as the point and buffer, use
+To save the mark state as well as point and the current buffer, use
 `save-mark-and-excursion'.
 
 usage: (save-excursion &rest BODY)  */)



reply via email to

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