diff options
| author | Miles Bader | 2001-10-21 15:28:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-21 15:28:03 +0000 |
| commit | 6924dda6ad76a7259ddd6e8f194c836a0318a534 (patch) | |
| tree | 33389fbfe85b4c85f36eb50ca5b8cd9e6c70a24f /src | |
| parent | ab9ffd19d767fe35744261a4cd2611bdc48623af (diff) | |
| download | emacs-6924dda6ad76a7259ddd6e8f194c836a0318a534.tar.gz emacs-6924dda6ad76a7259ddd6e8f194c836a0318a534.zip | |
(Fsave_window_excursion): Add usage: string to doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 3 |
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, | |||
| 5297 | and the value of point and mark for each window. | 5297 | and the value of point and mark for each window. |
| 5298 | Also restore the choice of selected window. | 5298 | Also restore the choice of selected window. |
| 5299 | Also restore which buffer is current. | 5299 | Also restore which buffer is current. |
| 5300 | Does not restore the value of point in current buffer. */) | 5300 | Does not restore the value of point in current buffer. |
| 5301 | usage: (save-window-excursion BODY ...) */) | ||
| 5301 | (args) | 5302 | (args) |
| 5302 | Lisp_Object args; | 5303 | Lisp_Object args; |
| 5303 | { | 5304 | { |