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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 21 Oct 2005 04:49:47 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.452 emacs/lisp/info.el:1.453
*** emacs/lisp/info.el:1.452    Mon Oct 17 22:02:46 2005
--- emacs/lisp/info.el  Fri Oct 21 08:49:46 2005
***************
*** 2819,2825 ****
           (car (car Info-index-alternatives))
           (nth 2 (car Info-index-alternatives))
           (if (cdr Info-index-alternatives)
!              "(`,' tries to find next)"
             "(Only match)")))
  
  (defun Info-find-index-name (name)
--- 2819,2826 ----
           (car (car Info-index-alternatives))
           (nth 2 (car Info-index-alternatives))
           (if (cdr Info-index-alternatives)
!              (format "(%s total; use `,' for next)"
!                      (length Info-index-alternatives))
             "(Only match)")))
  
  (defun Info-find-index-name (name)




reply via email to

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