From: Stefan Monnier Date: Thu, 20 Sep 2007 21:14:32 +0000 (+0000) Subject: (frames-on-display-list): Docstring fix. X-Git-Tag: emacs-pretest-23.0.90~10813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe1e84c5cdd00df5599e62a11fc345d179aa35de;p=emacs.git (frames-on-display-list): Docstring fix. --- diff --git a/lisp/frame.el b/lisp/frame.el index 40e2a041ecf..8da6c508a2d 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -760,7 +760,7 @@ setup is for focus to follow the pointer." (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).