diff options
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r-- | lispref/functions.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index d873ea5d35..045aa454c9 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -584,6 +584,7 @@ defined is often done deliberately, and there is no way to distinguish deliberate redefinition from unintentional redefinition. @end defspec +@cindex function aliases @defun defalias name definition &optional docstring @anchor{Definition of defalias} This special form defines the symbol @var{name} as a function, with |