aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-16 10:43:34 +0000
committerJuanma Barranquero2007-07-16 10:43:34 +0000
commit1faa97e48fffba382c491cf322e870bbd154ea1f (patch)
treeb3193fe931750e446babd9165be069cbd42834d5 /src/window.c
parent327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3 (diff)
downloademacs-1faa97e48fffba382c491cf322e870bbd154ea1f.tar.gz
emacs-1faa97e48fffba382c491cf322e870bbd154ea1f.zip
(Fsave_window_excursion): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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.
6643Also restore the choice of selected window. 6643Also restore the choice of selected window.
6644Also restore which buffer is current. 6644Also restore which buffer is current.
6645Does not restore the value of point in current buffer. 6645Does not restore the value of point in current buffer.
6646usage: (save-window-excursion BODY ...) */) 6646usage: (save-window-excursion BODY...) */)
6647 (args) 6647 (args)
6648 Lisp_Object args; 6648 Lisp_Object args;
6649{ 6649{