# HG changeset patch # User Eli Zaretskii # Date 1001846842 0 # Node ID b7d5e9ab6f932d013fffd74966f2618af08cef1c # Parent af867d560348d93b83ce24b9ba3cf541a85c28db (select-frame-by-name, other-frame): Doc fix. diff -r af867d560348 -r b7d5e9ab6f93 lisp/frame.el --- a/lisp/frame.el Sun Sep 30 10:39:00 2001 +0000 +++ b/lisp/frame.el Sun Sep 30 10:47:22 2001 +0000 @@ -648,7 +648,7 @@ (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 @@ (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))