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 1816ea93e3d..3aa4fc9a457 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -2750,9 +2750,10 @@ argument of type @var{string} and return one of the symbols
2750 2750
2751More types are described in @pxref{Lisp Data Types}. 2751More types are described in @pxref{Lisp Data Types}.
2752 2752
2753Declaring a function with an incorrect type produces undefined behavior. 2753Declaring a function with an incorrect type produces undefined behavior
2754Note also that when redefining (or advising) a type declared function 2754and could lead to unexpected results or might even crash Emacs. Note
2755the replacement should respect the original signature to avoid undefined 2755also that when redefining (or advising) a type declared function the
2756replacement should respect the original signature to avoid undefined
2756behavior. 2757behavior.
2757 2758
2758@item no-font-lock-keyword 2759@item no-font-lock-keyword