diff options
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index fb612eebc77..e8ce0e723e4 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1747,7 +1747,7 @@ some of this variable's contents the diagnostic listings.") (revert-buffer)))) (defun flymake--update-diagnostics-listings (buffer) - "Update diagnostics listings somehow relevant to BUFFER" + "Update diagnostics listings somehow relevant to BUFFER." (dolist (probe (buffer-list)) (with-current-buffer probe (when (or (and (eq major-mode 'flymake-project-diagnostics-mode) |