From: Eli Zaretskii Date: Sat, 31 Mar 2007 10:17:07 +0000 (+0000) Subject: (Fget_lru_window): Doc fix. X-Git-Tag: emacs-pretest-22.0.97~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a55ca73cd0bb509e1cca265b7e5045bb1c0a4a85;p=emacs.git (Fget_lru_window): Doc fix. --- diff --git a/src/window.c b/src/window.c index a12f77642dd..562f471de36 100644 --- a/src/window.c +++ b/src/window.c @@ -2314,6 +2314,8 @@ check_all_windows () DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 2, 0, doc: /* Return the window least recently selected or used for display. +\(LRU means Least Recently Used.) + Return a full-width window if possible. A minibuffer window is never a candidate. A dedicated window is never a candidate, unless DEDICATED is non-nil,