aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/informat.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/informat.el')
-rw-r--r--lisp/informat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/informat.el b/lisp/informat.el
index 9873f66f215..7750ab00898 100644
--- a/lisp/informat.el
+++ b/lisp/informat.el
@@ -337,7 +337,7 @@ Check that every node pointer points to an existing node."
337 (point)))) 337 (point))))
338 (Info-extract-menu-node-name)))) 338 (Info-extract-menu-node-name))))
339 (goto-char (point-min)) 339 (goto-char (point-min))
340 (while (re-search-forward "\\*note[ \n]*[^:\t]*:" nil t) 340 (while (re-search-forward "\\*note\\>[^:\t]*:" nil t)
341 (goto-char (+ (match-beginning 0) 5)) 341 (goto-char (+ (match-beginning 0) 5))
342 (skip-chars-forward " \n") 342 (skip-chars-forward " \n")
343 (Info-validate-node-name 343 (Info-validate-node-name