Mercurial > emacs
changeset 41798:b04cfaf9585d
Add explanatory comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 03 Dec 2001 04:26:43 +0000 |
parents | 9dae8e2d43ba |
children | c849509c5a16 |
files | lisp/info.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Dec 03 03:09:56 2001 +0000 +++ b/lisp/info.el Mon Dec 03 04:26:43 2001 +0000 @@ -1406,6 +1406,13 @@ (defvar Info-complete-cache nil) (defun Info-complete-menu-item (string predicate action) + ;; This uses two dynamically bound variables: + ;; - `Info-complete-menu-buffer' which contains the buffer in which + ;; is the menu of items we're trying to complete. + ;; - `Info-complete-next-re' which, if non-nil, indicates that we should + ;; also look for menu items in subsequent nodes as long as those + ;; nodes' names match `Info-complete-next-re'. This feature is currently + ;; only used for completion in Info-index. (save-excursion (set-buffer Info-complete-menu-buffer) (let ((completion-ignore-case t)