aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/functions.texi2
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
614Be careful not to redefine existing functions unintentionally. 616Be 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}
616without any hesitation or notification. Emacs does not prevent you 618without any hesitation or notification. Emacs does not prevent you