From 563283b1b520120eec15c1e0a655d1405f2a0caf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 30 Sep 2001 10:47:22 +0000 Subject: [PATCH] (select-frame-by-name, other-frame): Doc fix. --- lisp/frame.el | 4 ++-- 1 file 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)) -- 2.39.5