]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/info.el (Info-up): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Aug 2020 13:03:51 +0000 (16:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 25 Aug 2020 13:03:51 +0000 (16:03 +0300)
lisp/info.el

index fc04099e7e96ae590a09c85ebcddc75f38587013..8810bc7a83cd32e24743a86555ef3d9726c92b19 100644 (file)
@@ -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)))