changeset 6487:e1b0356ae3c9

(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 23 Mar 1994 20:31:08 +0000
parents 5012ae9c6075
children c6cb2f4a7ae8
files src/window.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Wed Mar 23 20:11:17 1994 +0000
+++ b/src/window.c	Wed Mar 23 20:31:08 1994 +0000
@@ -2264,6 +2264,7 @@
 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 @@
 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 @@
 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\