(Fsave_window_excursion): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 14 Jul 2007 10:57:49 +0000 (10:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 14 Jul 2007 10:57:49 +0000 (10:57 +0000)
src/window.c

index 8a5137f..3cb4292 100644 (file)
@@ -6643,7 +6643,7 @@ 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.
-usage: (save-window-excursion BODY ...)  */)
+usage: (save-window-excursion BODY...)  */)
      (args)
      Lisp_Object args;
 {