diff options
| author | Paul Eggert | 2022-08-14 11:17:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2022-08-14 11:17:30 -0700 |
| commit | 664c42df463b355f946122e97549ed379618826e (patch) | |
| tree | 6619581b019db89d907766e0caf615691f9543ab | |
| parent | 9664b8c8e1724af159913c511203e31f0e7d845e (diff) | |
| download | emacs-664c42df463b355f946122e97549ed379618826e.tar.gz emacs-664c42df463b355f946122e97549ed379618826e.zip | |
* doc/lispref/functions.texi: Fix capitalization.
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index e140998d652..ddf7cff6c2e 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -219,7 +219,7 @@ function. For example: | |||
| 219 | 219 | ||
| 220 | @defun compiled-function-p object | 220 | @defun compiled-function-p object |
| 221 | This function returns @code{t} if @var{object} is a function object | 221 | This function returns @code{t} if @var{object} is a function object |
| 222 | that was either built-in (a.k.a.@: ``primitive'', @pxref{What is a | 222 | that was either built-in (a.k.a.@: ``primitive'', @pxref{What Is a |
| 223 | Function}), or byte-compiled (@pxref{Byte Compilation}), or | 223 | Function}), or byte-compiled (@pxref{Byte Compilation}), or |
| 224 | natively-compiled (@pxref{Native Compilation}), or a function loaded | 224 | natively-compiled (@pxref{Native Compilation}), or a function loaded |
| 225 | from a dynamic module (@pxref{Dynamic Modules}). | 225 | from a dynamic module (@pxref{Dynamic Modules}). |