From 198081c8716ebe0eb2483827f02c0249075c8e05 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Jun 2005 14:03:53 +0000 Subject: [PATCH] Fix previous change. --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2