summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-01-13 14:09:44 +0100
committerMichael Albinus <michael.albinus@gmx.de>2022-01-13 14:09:44 +0100
commit2dc4b1008db39d2ee7bc0b4b3e2ddb0bbd192ce9 (patch)
treec507cf3c3defa602f8a4afa93c3d42b4d329640d
parent8ec475e558dcd0ebde213d8a73f09574e8b4d00a (diff)
downloademacs-2dc4b1008db39d2ee7bc0b4b3e2ddb0bbd192ce9.tar.gz
* doc/lispref/functions.texi (Defining Functions): Fix thinko.
-rw-r--r--doc/lispref/functions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index caf8e3444fe..f2dce71e96c 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -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}: