projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d74c4
)
* src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Jan 2018 15:14:41 +0000
(17:14 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Jan 2018 15:14:41 +0000
(17:14 +0200)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index c4bbbb1ba48aa580837ff194b44a1a15e4147aa6..d0ccdbddc2913921a51a5965143cba8daecf0095 100644
(file)
--- 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 mark
er 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) */)