emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sun, 02 Dec 2001 23:26:43 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.287 emacs/lisp/info.el:1.288
*** emacs/lisp/info.el:1.287    Fri Nov 30 18:59:28 2001
--- emacs/lisp/info.el  Sun Dec  2 23:26:43 2001
***************
*** 1406,1411 ****
--- 1406,1418 ----
  (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)



reply via email to

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