emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2dc4b1008d: * doc/lispref/functions.texi (Defining Functions): Fi


From: Michael Albinus
Subject: master 2dc4b1008d: * doc/lispref/functions.texi (Defining Functions): Fix thinko.
Date: Thu, 13 Jan 2022 08:09:55 -0500 (EST)

branch: master
commit 2dc4b1008db39d2ee7bc0b4b3e2ddb0bbd192ce9
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * doc/lispref/functions.texi (Defining Functions): Fix thinko.
---
 doc/lispref/functions.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index caf8e3444f..f2dce71e96 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}:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]