emacs-diffs
[Top][All Lists]
Advanced

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

master 664c42df46: * doc/lispref/functions.texi: Fix capitalization.


From: Paul Eggert
Subject: master 664c42df46: * doc/lispref/functions.texi: Fix capitalization.
Date: Sun, 14 Aug 2022 14:17:37 -0400 (EDT)

branch: master
commit 664c42df463b355f946122e97549ed379618826e
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    * doc/lispref/functions.texi: Fix capitalization.
---
 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 e140998d65..ddf7cff6c2 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -219,7 +219,7 @@ function.  For example:
 
 @defun compiled-function-p object
 This function returns @code{t} if @var{object} is a function object
-that was either built-in (a.k.a.@: ``primitive'', @pxref{What is a
+that was either built-in (a.k.a.@: ``primitive'', @pxref{What Is a
 Function}), or byte-compiled (@pxref{Byte Compilation}), or
 natively-compiled (@pxref{Native Compilation}), or a function loaded
 from a dynamic module (@pxref{Dynamic Modules}).



reply via email to

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