]> git.eshelyaron.com Git - emacs.git/commitdiff
(select-frame-by-name, other-frame): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Sep 2001 10:47:22 +0000 (10:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 30 Sep 2001 10:47:22 +0000 (10:47 +0000)
lisp/frame.el

index 20f2b6e83aa3afa6e383135ab7bab12ca3b1cbb9..ffce3a831483e2638264f261f53ba7ef9001764c 100644 (file)
@@ -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))