From: Martin Rudalics Date: Fri, 12 Nov 2010 08:13:08 +0000 (+0100) Subject: Fix typo in doc-string of get-mru-window X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5388e19d737d9ab6d0c8ca567ff78dc05de03a6;p=emacs.git Fix typo in doc-string of get-mru-window --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96180df8dac..cb4ffac8093 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * window.el (display-buffer): Write check for dedicatedness correctly in the same-window section. + (get-mru-window): Fix doc-string typo. 2010-11-12 Glenn Morris diff --git a/lisp/window.el b/lisp/window.el index 538fd969a99..5fd29d38e7e 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -969,7 +969,7 @@ selected frame and no others." (or best-window second-best-window))) (defun get-mru-window (&optional all-frames) - "Return the least recently used window on frames specified by ALL-FRAMES. + "Return the most recently used window on frames specified by ALL-FRAMES. Do not return a minibuffer window. The following non-nil values of the optional argument ALL-FRAMES