emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 478c2e2: ; * lisp/info.el (Info-up): Fix a typo in a comment.


From: Eli Zaretskii
Subject: master 478c2e2: ; * lisp/info.el (Info-up): Fix a typo in a comment.
Date: Tue, 25 Aug 2020 09:04:30 -0400 (EDT)

branch: master
commit 478c2e23620eeda65030458762a843231f7e9b35
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 fc04099..8810bc7 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]