From 7757c47617d547d12794e73a2a7dcb9ded525b33 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Jun 1994 14:37:21 +0000 Subject: [PATCH] (Info-fontify-node): Require some whitespace after *Note. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 212ca311b08..4519a22d314 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1575,7 +1575,7 @@ The command is found by looking up in Emacs manual's Command Index." (put-text-property (match-beginning 1) (match-end 1) 'mouse-face 'highlight)))) (goto-char (point-min)) - (while (re-search-forward "\\*Note[ \n\t]*\\([^:]*\\):" nil t) + (while (re-search-forward "\\*Note[ \n\t]+\\([^:]*\\):" nil t) (if (= (char-after (1- (match-beginning 0))) ?\") ; hack nil (put-text-property (match-beginning 1) (match-end 1) -- 2.39.5