aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-01-17 11:47:19 +0200
committerEli Zaretskii2020-01-17 11:47:19 +0200
commit069741b2f7c9c1739176573616892e9e85bd44c5 (patch)
treea6dce6f6cdd203023225dcef2bedb0f5c232f368
parenta785be29bf2f7dba3c0713145e1a08af79e0020e (diff)
downloademacs-069741b2f7c9c1739176573616892e9e85bd44c5.tar.gz
emacs-069741b2f7c9c1739176573616892e9e85bd44c5.zip
; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38583)
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6eb5d9e666..69ffcdb66e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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+++