emacs-diffs
[Top][All Lists]
Advanced

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

master a6539d8: ; * lisp/info.el (Info-complete-menu-item): Fix wording


From: Stefan Kangas
Subject: master a6539d8: ; * lisp/info.el (Info-complete-menu-item): Fix wording of comment.
Date: Wed, 26 Aug 2020 20:37:30 -0400 (EDT)

branch: master
commit a6539d81da910b4a0406207f21725bc96b156136
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/info.el (Info-complete-menu-item): Fix wording of comment.
---
 lisp/info.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index fb47cb4..ab678c2 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2775,7 +2775,7 @@ Because of ambiguities, this should be concatenated with 
something like
               ;; Go back to the start node (for the next completion).
               (unless (equal Info-current-node orignode)
                 (Info-goto-node orignode))
-              ;; Sort list alphabetically.
+              ;; Arrange list to be in order found in node.
               (setq completions (nreverse completions))
               ;; Update the cache.
               (setq Info-complete-cache



reply via email to

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