mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(Fsave_window_excursion): Doc fix.
This commit is contained in:
parent
327ffff8e7
commit
1faa97e48f
2 changed files with 11 additions and 2 deletions
|
|
@ -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,Ae(Brd).
|
||||
|
||||
2007-07-15 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* data.c (Fsetq_default): Doc fix.
|
||||
|
|
@ -7549,7 +7558,7 @@
|
|||
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,Ae(Brd.
|
||||
ends in %. Reported by Johan Bockg,Ae(Brd.
|
||||
|
||||
2005-09-18 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue