Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
563283b1
Commit
563283b1
authored
Sep 30, 2001
by
Eli Zaretskii
Browse files
(select-frame-by-name, other-frame): Doc fix.
parent
3d7f0a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/frame.el
lisp/frame.el
+2
-2
No files found.
lisp/frame.el
View file @
563283b1
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment