diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 1036 | then just use `save-current-buffer', or even `with-current-buffer'. | 1036 | then just use `save-current-buffer', or even `with-current-buffer'. |
| 1037 | 1037 | ||
| 1038 | Before Emacs 25.1, `save-excursion' used to save the mark state. | 1038 | Before Emacs 25.1, `save-excursion' used to save the mark state. |
| 1039 | To save the marker state as well as the point and buffer, use | 1039 | To save the mark state as well as point and the current buffer, use |
| 1040 | `save-mark-and-excursion'. | 1040 | `save-mark-and-excursion'. |
| 1041 | 1041 | ||
| 1042 | usage: (save-excursion &rest BODY) */) | 1042 | usage: (save-excursion &rest BODY) */) |