diff options
| -rw-r--r-- | doc/lispref/functions.texi | 7 |
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 | ||
| 2751 | More types are described in @pxref{Lisp Data Types}. | 2751 | More types are described in @pxref{Lisp Data Types}. |
| 2752 | 2752 | ||
| 2753 | Declaring a function with an incorrect type produces undefined behavior. | 2753 | Declaring a function with an incorrect type produces undefined behavior |
| 2754 | Note also that when redefining (or advising) a type declared function | 2754 | and could lead to unexpected results or might even crash Emacs. Note |
| 2755 | the replacement should respect the original signature to avoid undefined | 2755 | also that when redefining (or advising) a type declared function the |
| 2756 | replacement should respect the original signature to avoid undefined | ||
| 2756 | behavior. | 2757 | behavior. |
| 2757 | 2758 | ||
| 2758 | @item no-font-lock-keyword | 2759 | @item no-font-lock-keyword |