diff options
| -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 d81c4d392f8..4b3bbfd42bc 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) nil t)) |
| 1771 | (Info-last-preorder) | 1771 | (Info-last-preorder) |
| 1772 | (scroll-down)))) | 1772 | (scroll-down)))) |
| 1773 | 1773 | ||