(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 c8a348b..a510db6 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;
 {