From: Eli Zaretskii Date: Sat, 6 Jan 2018 15:14:41 +0000 (+0200) Subject: * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001) X-Git-Tag: emacs-26.0.91~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5f1c87bfe;p=emacs.git * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001) --- diff --git a/src/editfns.c b/src/editfns.c index c4bbbb1ba48..d0ccdbddc29 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) */)