From: Eli Zaretskii Date: Sun, 30 Sep 2001 10:47:22 +0000 (+0000) Subject: (select-frame-by-name, other-frame): Doc fix. X-Git-Tag: emacs-21.1~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=563283b1b520120eec15c1e0a655d1405f2a0caf;p=emacs.git (select-frame-by-name, other-frame): Doc fix. --- 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))