From 7254a30ca9cbde2a4338e357f8ee203b94899303 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 14 Jul 2007 10:57:49 +0000 Subject: [PATCH] (Fsave_window_excursion): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; { -- 2.39.2