diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 61be973e180..42a33828d8d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6643,7 +6643,7 @@ and the value of point and mark for each window. | |||
| 6643 | Also restore the choice of selected window. | 6643 | Also restore the choice of selected window. |
| 6644 | Also restore which buffer is current. | 6644 | Also restore which buffer is current. |
| 6645 | Does not restore the value of point in current buffer. | 6645 | Does not restore the value of point in current buffer. |
| 6646 | usage: (save-window-excursion BODY ...) */) | 6646 | usage: (save-window-excursion BODY...) */) |
| 6647 | (args) | 6647 | (args) |
| 6648 | Lisp_Object args; | 6648 | Lisp_Object args; |
| 6649 | { | 6649 | { |