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
279e0e0c
Commit
279e0e0c
authored
Mar 23, 1994
by
Karl Heuer
Browse files
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
parent
0aed85f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/window.c
src/window.c
+3
-1
No files found.
src/window.c
View file @
279e0e0c
...
...
@@ -2264,6 +2264,7 @@ scroll_command (n, direction)
DEFUN
(
"scroll-up"
,
Fscroll_up
,
Sscroll_up
,
0
,
1
,
"P"
,
"Scroll text of current window upward ARG lines; or near full screen if no ARG.
\n
\
A near full screen is `next-screen-context-lines' less than a full screen.
\n
\
Negative ARG means scroll downward.
\n
\
When calling from a program, supply a number as argument or nil."
)
(
n
)
Lisp_Object
n
;
...
...
@@ -2275,6 +2276,7 @@ When calling from a program, supply a number as argument or nil.")
DEFUN
(
"scroll-down"
,
Fscroll_down
,
Sscroll_down
,
0
,
1
,
"P"
,
"Scroll text of current window downward ARG lines; or near full screen if no ARG.
\n
\
A near full screen is `next-screen-context-lines' less than a full screen.
\n
\
Negative ARG means scroll upward.
\n
\
When calling from a program, supply a number as argument or nil."
)
(
n
)
Lisp_Object
n
;
...
...
@@ -2286,7 +2288,7 @@ When calling from a program, supply a number as argument or nil.")
DEFUN
(
"scroll-other-window"
,
Fscroll_other_window
,
Sscroll_other_window
,
0
,
1
,
"P"
,
"Scroll next window upward ARG lines; or near full screen if no ARG.
\n
\
The next window is the one below the current one; or the one at the top
\n
\
if the current one is at the bottom.
\n
\
if the current one is at the bottom.
Negative ARG means scroll downward.
\n
\
When calling from a program, supply a number as argument or nil.
\n
\
\n
\
If in the minibuffer, `minibuffer-scroll-window' if non-nil
\n
\
...
...
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