changeset 49717:ecb17cef5c44

(info-xref-check-buffer): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 11 Feb 2003 09:02:37 +0000
parents 14e851c84328
children 183bffe784ef
files lisp/info-xref.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info-xref.el	Tue Feb 11 08:19:48 2003 +0000
+++ b/lisp/info-xref.el	Tue Feb 11 09:02:37 2003 +0000
@@ -205,7 +205,7 @@
 
 (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'."
+This should be the raw file contents, not `Info-mode'."
   (goto-char (point-min))
   (while (re-search-forward
           "\\*[Nn]ote[ \n\t]+[^:]*:[ \n\t]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"