comparison src/window.c @ 81861:d3aae5f80fb1

(Fsave_window_excursion): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 14 Jul 2007 10:57:49 +0000
parents 1c6d21474ca9
children f18e4c78670d 0ece58f6e0aa a66921565bcb
comparison
equal deleted inserted replaced
81860:9b64930f8547 81861:d3aae5f80fb1
6641 Restore which buffer appears in which window, where display starts, 6641 Restore which buffer appears in which window, where display starts,
6642 and the value of point and mark for each window. 6642 and the value of point and mark for each window.
6643 Also restore the choice of selected window. 6643 Also restore the choice of selected window.
6644 Also restore which buffer is current. 6644 Also restore which buffer is current.
6645 Does not restore the value of point in current buffer. 6645 Does not restore the value of point in current buffer.
6646 usage: (save-window-excursion BODY ...) */) 6646 usage: (save-window-excursion BODY...) */)
6647 (args) 6647 (args)
6648 Lisp_Object args; 6648 Lisp_Object args;
6649 { 6649 {
6650 register Lisp_Object val; 6650 register Lisp_Object val;
6651 register int count = SPECPDL_INDEX (); 6651 register int count = SPECPDL_INDEX ();