projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a785be2
)
; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38583)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 17 Jan 2020 09:47:19 +0000
(11:47 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 17 Jan 2020 09:47:19 +0000
(11:47 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index d6eb5d9e666c49bcd63a6f7409bc8e41b5ccb72d..69ffcdb66e5106a59c7b1cd9375ab17ec9ccb608 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1458,6
+1458,14
@@
A new command 'xref-revert-buffer' is bound to 'g'.
---
*** Imenu support has been added to 'xref--xref-buffer-mode'.
+** Checkdoc
+
+---
+*** Checkdoc can now optionally spell-check doc strings.
+Invoking 'checkdoc-buffer' with a non-nil TAKE-NOTES argument
+(interactively, with a prefix arg) will now spell-check the doc
+strings and report all the spelling mistakes.
+
** Icomplete
+++