diff options
| author | Stefan Monnier | 2007-09-20 21:14:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-20 21:14:32 +0000 |
| commit | fe1e84c5cdd00df5599e62a11fc345d179aa35de (patch) | |
| tree | 0f8dfa426683b6be42075e2cb8c7128e2df6ab61 | |
| parent | cb06b8dcb5358609794bf580ffd67539419c83a5 (diff) | |
| download | emacs-fe1e84c5cdd00df5599e62a11fc345d179aa35de.tar.gz emacs-fe1e84c5cdd00df5599e62a11fc345d179aa35de.zip | |
(frames-on-display-list): Docstring fix.
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 760 | (defun frames-on-display-list (&optional terminal) | 760 | (defun frames-on-display-list (&optional terminal) |
| 761 | "Return a list of all frames on TERMINAL. | 761 | "Return a list of all frames on TERMINAL. |
| 762 | 762 | ||
| 763 | TERMINAL should be a terminal identifier (an integer), a frame, | 763 | TERMINAL should be a terminal, a frame, |
| 764 | or a name of an X display (a string of the form | 764 | or a name of an X display (a string of the form |
| 765 | HOST:SERVER.SCREEN). | 765 | HOST:SERVER.SCREEN). |
| 766 | 766 | ||