aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-25 14:03:53 +0000
committerRichard M. Stallman2005-06-25 14:03:53 +0000
commit198081c8716ebe0eb2483827f02c0249075c8e05 (patch)
tree09041ef69ad340791c0da06b9839e5dd319d0b45
parent7db3c58f2ccd13850536ee2746b9e24984574dfe (diff)
downloademacs-198081c8716ebe0eb2483827f02c0249075c8e05.tar.gz
emacs-198081c8716ebe0eb2483827f02c0249075c8e05.zip
Fix previous change.
-rw-r--r--lisp/window.el2
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
45This macro saves and restores the current buffer, since otherwise 45This macro saves and restores the current buffer, since otherwise
46its normal operation could potentially make a different 46its normal operation could potentially make a different
47buffer current. It does not alter the buffer list ordering, 47buffer current. It does not alter the buffer list ordering.
48 48
49This macro saves and restores the selected window, as well as 49This macro saves and restores the selected window, as well as
50the selected window in each frame. If the previously selected 50the selected window in each frame. If the previously selected