(info-xref-check-buffer): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Feb 2003 09:02:37 +0000 (09:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Feb 2003 09:02:37 +0000 (09:02 +0000)
lisp/info-xref.el

index 0fbbfe8..0327fe4 100644 (file)
@@ -205,7 +205,7 @@ should open up the purported top file and see what subfiles it says."
 
 (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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"