# HG changeset patch # User Juanma Barranquero # Date 1184410669 0 # Node ID d3aae5f80fb11298e34022dfd20a17d812afa4e5 # Parent 9b64930f85473eafcef14474c25000811de934ff (Fsave_window_excursion): Doc fix. diff -r 9b64930f8547 -r d3aae5f80fb1 src/window.c --- a/src/window.c Sat Jul 14 10:56:33 2007 +0000 +++ b/src/window.c Sat Jul 14 10:57:49 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; {