; * lisp/info.el (Info-complete-menu-item): Fix wording of comment.
This commit is contained in:
parent
c1b0515952
commit
a6539d81da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue