summaryrefslogtreecommitdiff
path: root/lisp/info-xref.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-11 09:02:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-11 09:02:37 +0000
commit2caa27842ddfa1fd1cfaf3b49ccd52506ed084a1 (patch)
treec57950311db86dd83b07ec2c58f1c03e6764654e /lisp/info-xref.el
parent87fd7c6f180c3beb947b921f5cf484b9361f18af (diff)
downloademacs-2caa27842ddfa1fd1cfaf3b49ccd52506ed084a1.tar.gz
(info-xref-check-buffer): Fix typo.
Diffstat (limited to 'lisp/info-xref.el')
-rw-r--r--lisp/info-xref.el2
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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"