aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2001-10-21 15:28:03 +0000
committerMiles Bader2001-10-21 15:28:03 +0000
commit6924dda6ad76a7259ddd6e8f194c836a0318a534 (patch)
tree33389fbfe85b4c85f36eb50ca5b8cd9e6c70a24f /src
parentab9ffd19d767fe35744261a4cd2611bdc48623af (diff)
downloademacs-6924dda6ad76a7259ddd6e8f194c836a0318a534.tar.gz
emacs-6924dda6ad76a7259ddd6e8f194c836a0318a534.zip
(Fsave_window_excursion): Add usage: string to doc string.
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index c8a348bf626..a510db6fab6 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5297,7 +5297,8 @@ Restore which buffer appears in which window, where display starts,
5297and the value of point and mark for each window. 5297and the value of point and mark for each window.
5298Also restore the choice of selected window. 5298Also restore the choice of selected window.
5299Also restore which buffer is current. 5299Also restore which buffer is current.
5300Does not restore the value of point in current buffer. */) 5300Does not restore the value of point in current buffer.
5301usage: (save-window-excursion BODY ...) */)
5301 (args) 5302 (args)
5302 Lisp_Object args; 5303 Lisp_Object args;
5303{ 5304{