diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-30 10:47:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-30 10:47:22 +0000 |
commit | 563283b1b520120eec15c1e0a655d1405f2a0caf (patch) | |
tree | 94bc5fe92db09d89e6f35d59a335614efab7503d /lisp/frame.el | |
parent | 3d7f0a34bccb633299dc7a3131912c4518906ce8 (diff) | |
download | emacs-563283b1b520120eec15c1e0a655d1405f2a0caf.tar.gz |
(select-frame-by-name, other-frame): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 20f2b6e83aa..ffce3a83148 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -648,7 +648,7 @@ the user during startup." (x-focus-frame frame))))) (defun other-frame (arg) - "Select the ARG'th different visible frame, and raise it. + "Select the ARG'th different visible frame on current display, and raise it. All frames are arranged in a cyclic order. This command selects the frame ARG steps away in that order. A negative ARG moves in the opposite order." @@ -680,7 +680,7 @@ A negative ARG moves in the opposite order." (defvar frame-name-history nil) (defun select-frame-by-name (name) - "Select the frame whose name is NAME and raise it. + "Select the frame on the current terminal whose name is NAME and raise it. If there is no frame by that name, signal an error." (interactive (let* ((frame-names-alist (make-frame-names-alist)) |