From: Juanma Barranquero Date: Tue, 11 Feb 2003 09:02:37 +0000 (+0000) Subject: (info-xref-check-buffer): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~11248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=399a26ce256bf21bce3783fd633d95ec5f27ba46;p=emacs.git (info-xref-check-buffer): Fix typo. --- diff --git a/lisp/info-xref.el b/lisp/info-xref.el index 0fbbfe82dfe..0327fe4337a 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el @@ -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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"