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: Wed, 16 Jul 2003 11:54:26 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.366 emacs/lisp/info.el:1.367
*** emacs/lisp/info.el:1.366    Mon Jul  7 17:03:32 2003
--- emacs/lisp/info.el  Wed Jul 16 11:54:25 2003
***************
*** 1557,1563 ****
        (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'.")
--- 1557,1565 ----
        (setq i (+ i 1)))
      (Info-goto-node target)))
  
! (defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*"
!   ;; We allow newline because this is also used in Info-follow-reference,
!   ;; where the xref name might be wrapped over two lines.
    "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]