aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-04-02 20:08:08 +0300
committerEli Zaretskii2019-04-02 20:08:08 +0300
commitbb669166ba6b33cd1a927c772c87ee2240a10f89 (patch)
tree7379fc4a3bd00174769d9aab12a02b4111cf7b07 /etc
parent144b2243b7cee4adbc3217d871c575921f95af54 (diff)
downloademacs-bb669166ba6b33cd1a927c772c87ee2240a10f89.tar.gz
emacs-bb669166ba6b33cd1a927c772c87ee2240a10f89.zip
Fix documentation of last change
* doc/misc/cl.texi (Structures): Document :noinline. * etc/NEWS: Mark the entry for :noinline as documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db8dc1e49c4..7f6aeab73f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,6 +386,7 @@ current and the previous or the next line, as before.
386* Changes in Specialized Modes and Packages in Emacs 27.1 386* Changes in Specialized Modes and Packages in Emacs 27.1
387 387
388** cl-lib 388** cl-lib
389+++
389*** cl-defstruct has a new :noinline argument to prevent inlining its functions 390*** cl-defstruct has a new :noinline argument to prevent inlining its functions
390 391
391** doc-view-mode 392** doc-view-mode