When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
for "gq". (James Vega)
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ec19680..ca34f7c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3126,8 +3126,10 @@
 	text beyond that limit.  This happens under the same conditions as
 	when internal formatting is used.  Make sure the cursor is kept in the
 	same spot relative to the text then!  The |mode()| function will
-	return "i" or "R" in this situation.  When the function returns
-	non-zero Vim will fall back to using the internal format mechanism.
+	return "i" or "R" in this situation.
+	
+	When the expression evaluates to non-zero Vim will fall back to using
+	the internal format mechanism.
 
 	The expression may be evaluated in the |sandbox|, see
 	|sandbox-option|.