# HG changeset patch # User Richard M. Stallman # Date 846920347 0 # Node ID 791b96e8f25e9090ec0a5f6ef1b837b346b544bf # Parent 6ac6575b349d7858f7faeaa4e80fd22565890111 (Info-scroll-up): Doc fix. diff -r 6ac6575b349d -r 791b96e8f25e lisp/info.el --- a/lisp/info.el Sat Nov 02 07:24:57 1996 +0000 +++ b/lisp/info.el Sat Nov 02 07:39:07 1996 +0000 @@ -1232,9 +1232,15 @@ (defun Info-scroll-up () "Scroll one screenful forward in Info, considering all nodes as one sequence. -Once you scroll far enough in a node that its menu appears on the screen, -the next scroll moves into its first subnode. When you scroll past -the end of a node, that goes to the next node or back up to the parent node." +Once you scroll far enough in a node that its menu appears on the screen +but after point, the next scroll moves into its first subnode. + +When you scroll past the end of a node, that goes to the next node; if +this node has no successor, it moves to the parent node's successor, +and so on. If point is inside the menu of a node, it moves to +subnode indicated by the following menu item. (That case won't +normally result from this command, but can happen in other ways.)" + (interactive) (if (or (< (window-start) (point-min)) (> (window-start) (point-max)))