diff options
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 854dd33030c..78372a8a10e 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -611,6 +611,8 @@ Here are some examples: | |||
| 611 | @end group | 611 | @end group |
| 612 | @end example | 612 | @end example |
| 613 | 613 | ||
| 614 | @cindex override existing functions | ||
| 615 | @cindex redefine existing functions | ||
| 614 | Be careful not to redefine existing functions unintentionally. | 616 | Be careful not to redefine existing functions unintentionally. |
| 615 | @code{defun} redefines even primitive functions such as @code{car} | 617 | @code{defun} redefines even primitive functions such as @code{car} |
| 616 | without any hesitation or notification. Emacs does not prevent you | 618 | without any hesitation or notification. Emacs does not prevent you |