Mercurial > emacs
changeset 84682:f7c4da6e6f47
(frames-on-display-list): Docstring fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Sep 2007 21:14:32 +0000 |
parents | f44a6d77db08 |
children | 875f30e5371e |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Thu Sep 20 21:14:08 2007 +0000 +++ b/lisp/frame.el Thu Sep 20 21:14:32 2007 +0000 @@ -760,7 +760,7 @@ (defun frames-on-display-list (&optional terminal) "Return a list of all frames on TERMINAL. -TERMINAL should be a terminal identifier (an integer), a frame, +TERMINAL should be a terminal, a frame, or a name of an X display (a string of the form HOST:SERVER.SCREEN).