changeset 78156:9b4ab34a0df5

(Fsave_window_excursion): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Jul 2007 10:41:05 +0000
parents 2acaffaaf9fc
children 89953ba5bfec
files src/window.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Mon Jul 16 10:40:03 2007 +0000
+++ b/src/window.c	Mon Jul 16 10:41:05 2007 +0000
@@ -6643,7 +6643,7 @@
 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;
 {