aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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