diff options
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 69008e194f7..75052f9a5f1 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -44,7 +44,7 @@ The value returned is the value of the last form in BODY. | |||
| 44 | 44 | ||
| 45 | This macro saves and restores the current buffer, since otherwise | 45 | This macro saves and restores the current buffer, since otherwise |
| 46 | its normal operation could potentially make a different | 46 | its normal operation could potentially make a different |
| 47 | buffer current. It does not alter the buffer list ordering, | 47 | buffer current. It does not alter the buffer list ordering. |
| 48 | 48 | ||
| 49 | This macro saves and restores the selected window, as well as | 49 | This macro saves and restores the selected window, as well as |
| 50 | the selected window in each frame. If the previously selected | 50 | the selected window in each frame. If the previously selected |