diff src/window.c @ 76825:91cecb8739e7

(Fget_lru_window): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 10:17:07 +0000
parents 4878ef3006a3
children 838cb617af0f 223bb8e66f74 dc002877ce12 4ef881a120fe
line wrap: on
line diff
--- a/src/window.c	Sat Mar 31 10:01:51 2007 +0000
+++ b/src/window.c	Sat Mar 31 10:17:07 2007 +0000
@@ -2314,6 +2314,8 @@
 
 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,