projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fbc03
)
; Rephrase NEWS entry a bit
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 20 Dec 2017 22:33:48 +0000
(
00:33
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 20 Dec 2017 22:33:48 +0000
(
00:33
+0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/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.