From: Juanma Barranquero Date: Sat, 14 Jul 2007 10:57:49 +0000 (+0000) Subject: (Fsave_window_excursion): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~11919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7254a30ca9cbde2a4338e357f8ee203b94899303;p=emacs.git (Fsave_window_excursion): Doc fix. --- diff --git a/src/window.c b/src/window.c index 8a5137f2044..3cb4292d346 100644 --- a/src/window.c +++ b/src/window.c @@ -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; {