# HG changeset patch # User Juanma Barranquero # Date 1184582465 0 # Node ID 9b4ab34a0df564e7f0d25d51d11cb806f2c0c143 # Parent 2acaffaaf9fccf81ccb3371b6d7aeee60c629434 (Fsave_window_excursion): Doc fix. diff -r 2acaffaaf9fc -r 9b4ab34a0df5 src/window.c --- 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; {