]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsave_window_excursion): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:43:34 +0000 (10:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:43:34 +0000 (10:43 +0000)
src/ChangeLog
src/window.c

index 2a68c99d32876a7c36be529de1cc69bba2213e06..c5d7ac769baafe77b0f163b169da770062a99542 100644 (file)
@@ -1,3 +1,12 @@
+2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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\e,Ae\e(Brd).
+
 2007-07-15  Richard Stallman  <rms@gnu.org>
 
        * data.c (Fsetq_default): Doc fix.
 2005-09-19  Kim F. Storm  <storm@cua.dk>
 
        * editfns.c (Fformat): Don't scan past end of format string that
-       ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
+       ends in %.  Reported by Johan Bockg\e,Ae\e(Brd.
 
 2005-09-18  Andreas Schwab  <schwab@suse.de>
 
index 8a5137f2044c19c049f56d1732e55663ce16800e..3cb4292d34698b21971a19cd44ab136e919317d7 100644 (file)
@@ -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;
 {