diff options
| author | Richard M. Stallman | 2001-03-07 23:05:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-03-07 23:05:10 +0000 |
| commit | d0f803d3f885ab9774277f32c936ee2e44fafa51 (patch) | |
| tree | dc11a1b6ce7d930c4c70e69ae46cedc5609505de /lisp | |
| parent | 132bf46d745ddb3e8cdad1597d98f3105631f75a (diff) | |
| download | emacs-d0f803d3f885ab9774277f32c936ee2e44fafa51.tar.gz emacs-d0f803d3f885ab9774277f32c936ee2e44fafa51.zip | |
(Info-scroll-down): Fix previous change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index e384bbedba0..d81c4d392f8 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1767,7 +1767,7 @@ parent node." | |||
| 1767 | current-point | 1767 | current-point |
| 1768 | t))))) | 1768 | t))))) |
| 1769 | (if (or virtual-end | 1769 | (if (or virtual-end |
| 1770 | (pos-visible-in-window-p (point-min) t))) | 1770 | (pos-visible-in-window-p (point-min) t)) |
| 1771 | (Info-last-preorder) | 1771 | (Info-last-preorder) |
| 1772 | (scroll-down)))) | 1772 | (scroll-down)))) |
| 1773 | 1773 | ||