aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/functions.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index cdf67c92fb9..54285ce677c 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -2770,9 +2770,10 @@ For description of additional types, see @ref{Lisp Data Types}).
2770 2770
2771Declaring a function with an incorrect type produces undefined behavior 2771Declaring a function with an incorrect type produces undefined behavior
2772and could lead to unexpected results or might even crash Emacs when code 2772and could lead to unexpected results or might even crash Emacs when code
2773is native-compiled and loaded. Note also that when redefining (or 2773is native-compiled and loaded if compiled with @ref{safety} 0. Note
2774advising) a type declared function the replacement should respect the 2774also that when redefining (or advising) a type declared function the
2775original signature to avoid undefined behavior. 2775replacement should respect the original signature to avoid undefined
2776behavior.
2776 2777
2777@item no-font-lock-keyword 2778@item no-font-lock-keyword
2778This is valid for macros only. Macros with this declaration are 2779This is valid for macros only. Macros with this declaration are