1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(info-xref-check-buffer): Fix typo.

This commit is contained in:
Juanma Barranquero 2003-02-11 09:02:37 +00:00
parent 0a0dc5114c
commit 399a26ce25

View 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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"