* doc/lispref/functions.texi (Defining Functions): Fix thinko.
This commit is contained in:
parent
8ec475e558
commit
2dc4b1008d
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ records. @xref{Function Cells}.
|
|||
@defun function-alias-p object &optional noerror
|
||||
Use the @code{function-alias-p} function to check whether an object is
|
||||
a function alias. If it isn't, this predicate will return
|
||||
non-@code{nil}. If it is, the value returned will be a list of symbol
|
||||
@code{nil}. If it is, the value returned will be a list of symbol
|
||||
representing the function alias chain. For instance, if @code{a} is
|
||||
an alias for @code{b}, and @code{b} is an alias for @code{c}:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue