diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-11 09:02:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-11 09:02:37 +0000 |
commit | 399a26ce256bf21bce3783fd633d95ec5f27ba46 (patch) | |
tree | 17d317562c65a5dc45bd5c95e4aa628d7a89f8e9 /lisp/info-xref.el | |
parent | 0a0dc5114c092ceda67eaed8850d3eb935bce375 (diff) | |
download | emacs-399a26ce256bf21bce3783fd633d95ec5f27ba46.tar.gz |
(info-xref-check-buffer): Fix typo.
Diffstat (limited to 'lisp/info-xref.el')
-rw-r--r-- | lisp/info-xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]" |