aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2020-01-17 07:50:28 -0800
committerGlenn Morris2020-01-17 07:50:28 -0800
commitd97a77c481ec913d8c3c24f2eecdc41a28243678 (patch)
tree2adcb280b6e179e6f93e12cfa6c073ceb2c89a41 /etc
parent8c376493fcce89710cf3e0e92e6d5ab085a62623 (diff)
parent4df0c1c6c4627e83ba3b2a76ce618af6ef180a57 (diff)
downloademacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.tar.gz
emacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.zip
Merge from origin/emacs-27
4df0c1c6c4 (origin/emacs-27) ; * src/lread.c (force_new_style_backquo... 069741b2f7 ; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38... a785be29bf Fix wording and punctuation of a recent commit 0d3d3be35c Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/e... 5da372e17e ; Minor edit in anti.texi # Conflicts: # etc/NEWS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.278
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27
index d6eb5d9e666..69ffcdb66e5 100644
--- a/etc/NEWS.27
+++ b/etc/NEWS.27
@@ -1458,6 +1458,14 @@ A new command 'xref-revert-buffer' is bound to 'g'.
1458--- 1458---
1459*** Imenu support has been added to 'xref--xref-buffer-mode'. 1459*** Imenu support has been added to 'xref--xref-buffer-mode'.
1460 1460
1461** Checkdoc
1462
1463---
1464*** Checkdoc can now optionally spell-check doc strings.
1465Invoking 'checkdoc-buffer' with a non-nil TAKE-NOTES argument
1466(interactively, with a prefix arg) will now spell-check the doc
1467strings and report all the spelling mistakes.
1468
1461** Icomplete 1469** Icomplete
1462 1470
1463+++ 1471+++