diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-25 14:03:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-25 14:03:53 +0000 |
commit | 198081c8716ebe0eb2483827f02c0249075c8e05 (patch) | |
tree | 09041ef69ad340791c0da06b9839e5dd319d0b45 /lisp/window.el | |
parent | 7db3c58f2ccd13850536ee2746b9e24984574dfe (diff) | |
download | emacs-198081c8716ebe0eb2483827f02c0249075c8e05.tar.gz |
Fix previous change.
Diffstat (limited to 'lisp/window.el')
-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. This macro saves and restores the current buffer, since otherwise its normal operation could potentially make a different -buffer current. It does not alter the buffer list ordering, +buffer current. It does not alter the buffer list ordering. This macro saves and restores the selected window, as well as the selected window in each frame. If the previously selected |