]> git.eshelyaron.com Git - emacs.git/commitdiff
(walk-windows): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 03:03:28 +0000 (03:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 03:03:28 +0000 (03:03 +0000)
lisp/window.el

index 78296c2a0aadbcc9acc28c8eb4eb50cbf055478f..5468999991b983816f1c15064d4b58866a254a9c 100644 (file)
@@ -62,7 +62,7 @@ ALL-FRAMES nil or omitted means cycle within the frames as specified above.
 ALL-FRAMES = `visible' means include windows on all visible frames.
 ALL-FRAMES = 0 means include windows on all visible and iconified frames.
 ALL-FRAMES = t means include windows on all frames including invisible frames.
-Anything else means restrict to WINDOW's frame."
+Anything else means restrict to the selected frame."
   ;; If we start from the minibuffer window, don't fail to come back to it.
   (if (window-minibuffer-p (selected-window))
       (setq minibuf t))