changeset 39505:b7d5e9ab6f93

(select-frame-by-name, other-frame): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 30 Sep 2001 10:47:22 +0000
parents af867d560348
children a9746e8cd6d7
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))