diff options
Diffstat (limited to 'doc/misc/flymake.texi')
-rw-r--r-- | doc/misc/flymake.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 7406557623f..da1695099a2 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -312,7 +312,7 @@ been reported. Which fringe (if any) should show the warning/error bitmaps. @item flymake-wrap-around -If non-nil, moving to errors with @code{flymake-goto-next-error} and +If non-@code{nil}, moving to errors with @code{flymake-goto-next-error} and @code{flymake-goto-prev-error} wraps around buffer boundaries. @end vtable @@ -878,7 +878,7 @@ line-idx col-idx err-text-idx)}. @xref{Parsing the output}. @item flymake-proc-diagnostic-type-pred A function to classify a diagnostic text as particular type of error. Should be a function taking an error text and returning a diagnostic -symbol (@pxref{Flymake error types}). If non-nil is returned but +symbol (@pxref{Flymake error types}). If non-@code{nil} is returned but there is no such symbol in that table, a warning is assumed. If nil is returned, an error is assumed. Can also be a regular expression that should match only warnings. This variable replaces the old |