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
dd394ff9
Commit
dd394ff9
authored
May 30, 1998
by
Karl Heuer
Browse files
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
parent
64c9affc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/window.c
src/window.c
+7
-7
No files found.
src/window.c
View file @
dd394ff9
...
...
@@ -2993,8 +2993,8 @@ 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
\
If ARG is the atom `-', scroll downward by nearly full screen.
When calling from a program, supply as argument a number, nil, or '
-
."
)
If ARG is the atom `-', scroll downward by nearly full screen.
\n
\
When calling from a program, supply as argument a number, nil, or
`-
'."
)
(
arg
)
Lisp_Object
arg
;
{
...
...
@@ -3006,8 +3006,8 @@ DEFUN ("scroll-down", Fscroll_down, Sscroll_down, 0, 1, "P",
"Scroll text of current window down 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
\
If ARG is the atom `-', scroll upward by nearly full screen.
When calling from a program, supply as argument a number, nil, or '
-
."
)
If ARG is the atom `-', scroll upward by nearly full screen.
\n
\
When calling from a program, supply as argument a number, nil, or
`-
'."
)
(
arg
)
Lisp_Object
arg
;
{
...
...
@@ -3060,11 +3060,11 @@ showing that buffer is used.")
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
\
A near full screen is `next-screen-context-lines' less than a full screen.
A near full screen is `next-screen-context-lines' less than a full screen.
\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. Negative ARG means scroll downward.
\n
\
If ARG is the atom `-', scroll downward by nearly full screen.
When calling from a program, supply as argument a number, nil, or '
-
.
\n
\
If ARG is the atom `-', scroll downward by nearly full screen.
\n
\
When calling from a program, supply as argument a number, nil, or
`-
'.
\n
\
\n
\
If in the minibuffer, `minibuffer-scroll-window' if non-nil
\n
\
specifies the window to scroll.
\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