* doc/lispref/functions.texi (Defining Functions): Improve indexing.

This commit is contained in:
Eli Zaretskii 2018-03-26 18:58:20 +03:00
parent 95ccf50e37
commit 930f7b10b3

View file

@ -611,6 +611,8 @@ Here are some examples:
@end group
@end example
@cindex override existing functions
@cindex redefine existing functions
Be careful not to redefine existing functions unintentionally.
@code{defun} redefines even primitive functions such as @code{car}
without any hesitation or notification. Emacs does not prevent you