emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bb66916: Fix documentation of last change


From: Eli Zaretskii
Subject: [Emacs-diffs] master bb66916: Fix documentation of last change
Date: Tue, 2 Apr 2019 13:08:51 -0400 (EDT)

branch: master
commit bb669166ba6b33cd1a927c772c87ee2240a10f89
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of last change
    
    * doc/misc/cl.texi (Structures): Document :noinline.
    
    * etc/NEWS: Mark the entry for :noinline as documented.
---
 doc/misc/cl.texi | 6 +++++-
 etc/NEWS         | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 32b5076..eb06791 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -4149,7 +4149,7 @@ package, @code{cl-typep} simply looks for a function 
called
 only if they used the default predicate name.
 
 @item :include
-This option implements a very limited form of C++-style inheritance.
+This option implements a very limited form of address@hidden inheritance.
 The argument is the name of another structure type previously
 created with @code{cl-defstruct}.  The effect is to cause the new
 structure type to inherit all of the included structure's slots
@@ -4194,6 +4194,10 @@ of a @code{person}, plus extra slots that are specific to
 astronauts.  Operations that work on people (like @code{person-name})
 work on astronauts just like other people.
 
address@hidden :noinline
+If this option is present, this structure's functions will not be
+inlined, even functions that normally would.
+
 @item :print-function
 In full Common Lisp, this option allows you to specify a function
 that is called to print an instance of the structure type.  The
diff --git a/etc/NEWS b/etc/NEWS
index db8dc1e..7f6aeab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,6 +386,7 @@ current and the previous or the next line, as before.
 * Changes in Specialized Modes and Packages in Emacs 27.1
 
 ** cl-lib
++++
 *** cl-defstruct has a new :noinline argument to prevent inlining its functions
 
 ** doc-view-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]