diff options
| author | Eli Zaretskii | 2020-01-17 11:47:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-01-17 11:47:19 +0200 |
| commit | 069741b2f7c9c1739176573616892e9e85bd44c5 (patch) | |
| tree | a6dce6f6cdd203023225dcef2bedb0f5c232f368 | |
| parent | a785be29bf2f7dba3c0713145e1a08af79e0020e (diff) | |
| download | emacs-069741b2f7c9c1739176573616892e9e85bd44c5.tar.gz emacs-069741b2f7c9c1739176573616892e9e85bd44c5.zip | |
; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38583)
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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. | ||
| 1465 | Invoking 'checkdoc-buffer' with a non-nil TAKE-NOTES argument | ||
| 1466 | (interactively, with a prefix arg) will now spell-check the doc | ||
| 1467 | strings and report all the spelling mistakes. | ||
| 1468 | |||
| 1461 | ** Icomplete | 1469 | ** Icomplete |
| 1462 | 1470 | ||
| 1463 | +++ | 1471 | +++ |