]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsave_window_excursion): Add usage: string to doc string.
authorMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 15:28:03 +0000 (15:28 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 15:28:03 +0000 (15:28 +0000)
src/window.c

index c8a348bf6261bfb651e3072a62d23ac91e06504d..a510db6fab6f86b4328ecb830722a2fb63af7a93 100644 (file)
@@ -5297,7 +5297,8 @@ Restore which buffer appears in which window, where display starts,
 and the value of point and mark for each window.
 Also restore the choice of selected window.
 Also restore which buffer is current.
-Does not restore the value of point in current buffer.  */)
+Does not restore the value of point in current buffer.
+usage: (save-window-excursion BODY ...)  */)
      (args)
      Lisp_Object args;
 {