From 478c2e23620eeda65030458762a843231f7e9b35 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 25 Aug 2020 16:03:51 +0300 Subject: [PATCH] ; * lisp/info.el (Info-up): Fix a typo in a comment. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index fc04099e7e9..8810bc7a83c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2309,7 +2309,7 @@ If SAME-FILE is non-nil, do not move to a different Info file." (progn (beginning-of-line) (if (looking-at "^\\* ") (forward-char 2))) (goto-char p) (Info-restore-point Info-history)))) - ;; If scroll-conservatively is non-zerop and less than 101, display + ;; If scroll-conservatively is non-zero and less than 101, display ;; as much of the superior node above the target line as possible. (when (< 0 scroll-conservatively 101) (recenter))) -- 2.39.2