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-xref.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info-xref.el
Date: Tue, 11 Feb 2003 04:02:37 -0500

Index: emacs/lisp/info-xref.el
diff -c emacs/lisp/info-xref.el:1.1 emacs/lisp/info-xref.el:1.2
*** emacs/lisp/info-xref.el:1.1 Mon Feb 10 19:33:20 2003
--- emacs/lisp/info-xref.el     Tue Feb 11 04:02:37 2003
***************
*** 205,211 ****
  
  (defun info-xref-check-buffer ()
    "Check external references in the info file in the current buffer.
! This show be the raw file contents, not `Info-mode'."
    (goto-char (point-min))
    (while (re-search-forward
            "\\*[Nn]ote[ \n\t]+[^:]*:[ \n\t]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"
--- 205,211 ----
  
  (defun info-xref-check-buffer ()
    "Check external references in the info file in the current buffer.
! This should be the raw file contents, not `Info-mode'."
    (goto-char (point-min))
    (while (re-search-forward
            "\\*[Nn]ote[ \n\t]+[^:]*:[ \n\t]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"




reply via email to

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