mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(Fsave_window_excursion): Doc fix.
This commit is contained in:
parent
1aa963c813
commit
cad5347512
@ -1,3 +1,7 @@
|
||||
2000-02-15 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* window.c (Fsave_window_excursion): Doc fix.
|
||||
|
||||
2000-02-15 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* syntax.c (back_comment): Make sure we only consider comment-starters
|
||||
|
@ -4820,7 +4820,6 @@ DEFUN ("save-window-excursion", Fsave_window_excursion, Ssave_window_excursion,
|
||||
Restore which buffer appears in which window, where display starts,\n\
|
||||
and the value of point and mark for each window.\n\
|
||||
Also restore which buffer is current.\n\
|
||||
But do not preserve point in the current buffer.\n\
|
||||
Does not restore the value of point in current buffer.")
|
||||
(args)
|
||||
Lisp_Object args;
|
||||
|
Loading…
Reference in New Issue
Block a user