Mercurial > emacs
changeset 81861:d3aae5f80fb1
(Fsave_window_excursion): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 14 Jul 2007 10:57:49 +0000 |
parents | 9b64930f8547 |
children | 4dbb728eaf94 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {