From d3c79cec803dab88279e6657ccd10f612a3633c0 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 8 Jul 2014 08:54:58 +0200 Subject: [PATCH] fixes #1167 --- doc/manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.txt b/doc/manual.txt index cb1bb83aae..32b0541e9e 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -5466,7 +5466,7 @@ and warning message contains a symbol in brackets. This is the message's identifier that can be used to enable or disable it: .. code-block:: Nimrod - {.warning[LineTooLong]: off.} # turn off warning about too long lines + {.hint[LineTooLong]: off.} # turn off the hint about too long lines This is often better than disabling all warnings at once.