changeset 40144:b4ffca20829f

(Fsave_window_excursion): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:28:03 +0000
parents 3c480f0b4146
children 3dd955e01bcc
files src/window.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Sun Oct 21 15:27:09 2001 +0000
+++ b/src/window.c	Sun Oct 21 15:28:03 2001 +0000
@@ -5297,7 +5297,8 @@
 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;
 {