projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9664b8c
)
* doc/lispref/functions.texi: Fix capitalization.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 14 Aug 2022 18:17:10 +0000
(11:17 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 14 Aug 2022 18:17:30 +0000
(11:17 -0700)
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index e140998d65272ca6af7e2f7bcac59135ed9ca175..ddf7cff6c2eb7eabc57a3966c28e4ccdcba76df1 100644
(file)
--- 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
i
s a
+that was either built-in (a.k.a.@: ``primitive'', @pxref{What
I
s 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}).