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, 06 Jul 2003 12:35:23 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.362 emacs/lisp/info.el:1.363
*** emacs/lisp/info.el:1.362    Sun Jul  6 07:47:04 2003
--- emacs/lisp/info.el  Sun Jul  6 12:35:23 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'.")




reply via email to

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