]> git.eshelyaron.com Git - emacs.git/commitdiff
; Rephrase NEWS entry a bit
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 20 Dec 2017 22:33:48 +0000 (00:33 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 20 Dec 2017 22:33:48 +0000 (00:33 +0200)
etc/NEWS

index eb076c943bc843f23a54de655b3c98ff8d3fe629..220508ee8a6a5840a755aff45eb9792f76d75f5d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1109,7 +1109,7 @@ environments or ANTLR programs with embedded Python code.
 
 A major mode can provide indentation context for a sub-mode.  To
 support this, modes should use 'prog-first-column' instead of a
-literal zero and never call 'widen' in their indentation functions.
+literal zero and avoid calling 'widen' in their indentation functions.
 See the node "(elisp) Mode-Specific Indent" in the ELisp manual for
 more details.