From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:43:34 +0000 (+0000) Subject: (Fsave_window_excursion): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~1247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1faa97e48fffba382c491cf322e870bbd154ea1f;p=emacs.git (Fsave_window_excursion): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2a68c99d328..c5d7ac769ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2007-07-16 Juanma Barranquero + + * coding.c (Ffind_operation_coding_system): + * eval.c (For, Fand, Fprogn): + * keyboard.c (Ftrack_mouse): + * print.c (Fwith_output_to_temp_buffer): + * window.c (Fsave_window_excursion): Doc fixes (some reported + by Johan Bockg,Ae(Brd). + 2007-07-15 Richard Stallman * data.c (Fsetq_default): Doc fix. @@ -7549,7 +7558,7 @@ 2005-09-19 Kim F. Storm * editfns.c (Fformat): Don't scan past end of format string that - ends in %. Reported by: Johan Bockg,Ae(Brd. + ends in %. Reported by Johan Bockg,Ae(Brd. 2005-09-18 Andreas Schwab 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; {