diff options
| author | Eli Zaretskii | 2019-04-02 20:08:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-02 20:08:08 +0300 |
| commit | bb669166ba6b33cd1a927c772c87ee2240a10f89 (patch) | |
| tree | 7379fc4a3bd00174769d9aab12a02b4111cf7b07 /etc | |
| parent | 144b2243b7cee4adbc3217d871c575921f95af54 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |