aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7fb10881ff..e95ce5ac155 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -482,6 +482,10 @@ inefficiency, and not namespace-clean.
482 482
483* Incompatible Lisp Changes in Emacs 24.2 483* Incompatible Lisp Changes in Emacs 24.2
484 484
485** If the NEWTEXT arg to `replace-match' contains a substring "\?",
486that substring is inserted literally even if the LITERAL arg is
487non-nil, instead of causing an error to be signaled.
488
485+++ 489+++
486** Docstrings starting with `*' no longer indicate user options. 490** Docstrings starting with `*' no longer indicate user options.
487Only variables defined using `defcustom' are considered user options. 491Only variables defined using `defcustom' are considered user options.