emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat 64dfe9f910 1/4: Fix manual


From: ELPA Syncer
Subject: [elpa] externals/compat 64dfe9f910 1/4: Fix manual
Date: Tue, 17 Jan 2023 17:57:27 -0500 (EST)

branch: externals/compat
commit 64dfe9f910954392925a8114b8cf2301af4fbe4d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix manual
---
 .github/workflows/makefile.yml | 2 ++
 compat.texi                    | 8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index e3a618e7b8..db67eaaf01 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -44,3 +44,5 @@ jobs:
         make compile
     - name: Run tests
       run: make test
+    - name: Make info
+      run: make compat.info
diff --git a/compat.texi b/compat.texi
index 54718518e1..16dc70a3af 100644
--- a/compat.texi
+++ b/compat.texi
@@ -2124,11 +2124,9 @@ positive.
 @defun compiled-function-p object
 This function returns @code{t} if @var{object} is a function object
 that is not in the form of ELisp source code but something like
-machine code or byte code instead.  More specifically it returns
-@code{t} if the function is 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}).
+machine code or byte code instead. More specifically it returns
+@code{t} if the function is built-in, or byte-compiled, or
+natively-compiled, or a function loaded from a dynamic module.
 @end defun
 
 @c copied from lispref/functions.texi



reply via email to

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