summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el2
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."
current-point
t)))))
(if (or virtual-end
- (pos-visible-in-window-p (point-min) t))
+ (pos-visible-in-window-p (point-min) nil t))
(Info-last-preorder)
(scroll-down))))