unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52197: [PATCH] Format and index concept 'predicate' in ELisp Intro
@ 2021-11-30 10:20 Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-30 13:03 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-30 10:20 UTC (permalink / raw)
  To: 52197

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

Tags: patch


As the subject claims, the patch suggests improving representation of
the concept 'predicate' in Emacs Lisp Introduction.

As far as I can tell, this is the only place among Emacs bundled
manuals that introduce the concept.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Format-and-index-concept-predicate-in-ELisp-Intro.patch --]
[-- Type: text/patch, Size: 1286 bytes --]

From a097c026d9e894679cbb248c8ce5edfb6036e0e5 Mon Sep 17 00:00:00 2001
From: YugaEgo <yet@ego.team>
Date: Tue, 30 Nov 2021 12:02:39 +0200
Subject: [PATCH] Format and index concept 'predicate' in ELisp Intro

* doc/lispintro/emacs-lisp-intro.texi (Wrong Type of Argument):
Add index and format definition.
---
 doc/lispintro/emacs-lisp-intro.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 6ddc3bfb5c..9f1f10e8d6 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -2146,9 +2146,10 @@ Wrong Type of Argument
 of the buffer.)  In Emacs Lisp, @code{+} can be used to add the
 numeric value of marker positions as numbers.
 
+@cindex @samp{predicate} defined
 The @samp{p} of @code{number-or-marker-p} is the embodiment of a
 practice started in the early days of Lisp programming.  The @samp{p}
-stands for ``predicate''.  In the jargon used by the early Lisp
+stands for @dfn{predicate}.  In the jargon used by the early Lisp
 researchers, a predicate refers to a function to determine whether some
 property is true or false.  So the @samp{p} tells us that
 @code{number-or-marker-p} is the name of a function that determines
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52197: [PATCH] Format and index concept 'predicate' in ELisp Intro
  2021-11-30 10:20 bug#52197: [PATCH] Format and index concept 'predicate' in ELisp Intro Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-30 13:03 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-11-30 13:03 UTC (permalink / raw)
  To: Y. E.; +Cc: 52197

Y. E. <yet@ego.team> writes:

> As the subject claims, the patch suggests improving representation of
> the concept 'predicate' in Emacs Lisp Introduction.
>
> As far as I can tell, this is the only place among Emacs bundled
> manuals that introduce the concept.

Thanks; applied to Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-30 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 10:20 bug#52197: [PATCH] Format and index concept 'predicate' in ELisp Intro Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-30 13:03 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).