[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Sun, 06 Jul 2003 07:47:04 -0400 |
Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.361 emacs/lisp/info.el:1.362
*** emacs/lisp/info.el:1.361 Fri Jul 4 19:05:35 2003
--- emacs/lisp/info.el Sun Jul 6 07:47:04 2003
***************
*** 1540,1546 ****
(setq i (+ i 1)))
(Info-goto-node target)))
! (defconst Info-menu-entry-name-re "\\(?:[^:\n]+\\|:[^,.;() \t\n]\\)*"
"Regexp that matches a menu entry name upto but not including the colon.
Because of ambiguities, this should be concatenated with something like
`:' and `Info-following-node-name-re'.")
--- 1540,1546 ----
(setq i (+ i 1)))
(Info-goto-node target)))
! (defconst Info-menu-entry-name-re "\\(?:[^:\n]+\\|:[^:,.;() \t\n]\\)*"
"Regexp that matches a menu entry name upto but not including the colon.
Because of ambiguities, this should be concatenated with something like
`:' and `Info-following-node-name-re'.")
- [Emacs-diffs] Changes to emacs/lisp/info.el, Luc Teirlinck, 2003/07/01
- [Emacs-diffs] Changes to emacs/lisp/info.el, Kim F. Storm, 2003/07/04
- [Emacs-diffs] Changes to emacs/lisp/info.el, Stefan Monnier, 2003/07/04
- [Emacs-diffs] Changes to emacs/lisp/info.el,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/lisp/info.el, Stefan Monnier, 2003/07/06
- [Emacs-diffs] Changes to emacs/lisp/info.el, Stefan Monnier, 2003/07/06
- [Emacs-diffs] Changes to emacs/lisp/info.el, Stefan Monnier, 2003/07/07
- [Emacs-diffs] Changes to emacs/lisp/info.el, Richard M. Stallman, 2003/07/07
- [Emacs-diffs] Changes to emacs/lisp/info.el, Stefan Monnier, 2003/07/16