aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 76cfb43efc3..d4f4c81f895 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2826,6 +2826,13 @@ or if you would like to attend a virtual meeting scheduled in a
2826different timezone causing a difference in the date. 2826different timezone causing a difference in the date.
2827 2827
2828--- 2828---
2829*** New user option 'checkdoc-column-zero-backslash-before-paren'.
2830Checkdoc warns if there is a left parenthesis in column zero of a
2831documentation string. That warning can now be disabled by customizing
2832this new user option to nil. This can be useful if you don't expect
2833your code to be edited with an Emacs version older than 27.1.
2834
2835---
2829*** The old non-SMIE indentation of 'sh-mode' has been removed. 2836*** The old non-SMIE indentation of 'sh-mode' has been removed.
2830 2837
2831--- 2838---