aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/flymake.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index d3a76c8c4d7..d6c8778d785 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -858,7 +858,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
858 ;; 858 ;;
859 (cl-loop 859 (cl-loop
860 while (search-forward-regexp 860 while (search-forward-regexp
861 "^\\(?:.*.rb\\|-\\):\\([0-9]+\\): \\(.*\\)$" 861 "^\\(?:.*\\.rb\\|-\\):\\([0-9]+\\): \\(.*\\)$"
862 nil t) 862 nil t)
863 for msg = (match-string 2) 863 for msg = (match-string 2)
864 for (beg . end) = (flymake-diag-region 864 for (beg . end) = (flymake-diag-region