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:
parent
0a0dc5114c
commit
399a26ce25
@ -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]+\\(\\(([^)]+)\\)[^.,]+\\)[.,]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user