Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2c93894
Commit
c2c93894
authored
Dec 08, 2006
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(other-frame): Doc fix.
(set-frame-parameter): Fix typo in docstring.
parent
65fa9a64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/frame.el
lisp/frame.el
+2
-2
No files found.
lisp/ChangeLog
View file @
c2c93894
2006-12-08 Juanma Barranquero <lekktu@gmail.com>
* frame.el (other-frame): Doc fix.
(set-frame-parameter): Fix typo in docstring.
2006-12-07 Kim F. Storm <storm@cua.dk>
* info.el (Info-index): Strip leading colon from topic.
lisp/frame.el
View file @
c2c93894
...
...
@@ -705,7 +705,7 @@ This variable does not have any effect on MS-Windows."
(
set-mouse-position
(
selected-frame
)
(
1-
(
frame-width
))
0
))))
(
defun
other-frame
(
arg
)
"Select the ARG
'
th different visible frame on current display, and raise it.
"Select the ARGth 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.
...
...
@@ -881,7 +881,7 @@ pixels) is kept by adjusting the numbers of the lines and columns."
(
defun
set-frame-parameter
(
frame
parameter
value
)
"Set frame parameter PARAMETER to VALUE on FRAME.
If FRAME is nil, it defaults to the selected frame.
See `modify-frame-parameters
.
'"
See `modify-frame-parameters'
.
"
(
modify-frame-parameters
frame
(
list
(
cons
parameter
value
))))
(
defun
set-background-color
(
color-name
)
...
...
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