# HG changeset patch # User Juanma Barranquero # Date 1044954157 0 # Node ID ecb17cef5c447c06931c30a232917ce190832157 # Parent 14e851c84328814bc6c2e9a350487903efee9290 (info-xref-check-buffer): Fix typo. diff -r 14e851c84328 -r ecb17cef5c44 lisp/info-xref.el --- 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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"