diff options
| author | Richard M. Stallman | 2005-06-25 14:03:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 14:03:53 +0000 |
| commit | 198081c8716ebe0eb2483827f02c0249075c8e05 (patch) | |
| tree | 09041ef69ad340791c0da06b9839e5dd319d0b45 | |
| parent | 7db3c58f2ccd13850536ee2746b9e24984574dfe (diff) | |
| download | emacs-198081c8716ebe0eb2483827f02c0249075c8e05.tar.gz emacs-198081c8716ebe0eb2483827f02c0249075c8e05.zip | |
Fix previous change.
| -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 |