* src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)
This commit is contained in:
parent
b8d74c4578
commit
d5f1c87bfe
1 changed files with 1 additions and 1 deletions
|
@ -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) */)
|
||||
|
|
Loading…
Add table
Reference in a new issue