From: Eli Zaretskii Date: Tue, 25 Aug 2020 13:03:51 +0000 (+0300) Subject: ; * lisp/info.el (Info-up): Fix a typo in a comment. X-Git-Tag: emacs-28.0.90~6415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=478c2e23620eeda65030458762a843231f7e9b35;p=emacs.git ; * lisp/info.el (Info-up): Fix a typo in a comment. --- 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)))