]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/functions.texi: Fix capitalization.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Aug 2022 18:17:10 +0000 (11:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Aug 2022 18:17:30 +0000 (11:17 -0700)
doc/lispref/functions.texi

index e140998d65272ca6af7e2f7bcac59135ed9ca175..ddf7cff6c2eb7eabc57a3966c28e4ccdcba76df1 100644 (file)
@@ -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}).