emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 7d5b973: * doc/misc/cl.texi (For Clauses): Minor copyedits.


From: Philipp Stephani
Subject: emacs-27 7d5b973: * doc/misc/cl.texi (For Clauses): Minor copyedits.
Date: Sat, 24 Apr 2021 17:30:18 -0400 (EDT)

branch: emacs-27
commit 7d5b973959d2ab056f685996ca156bf42b742dc6
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * doc/misc/cl.texi (For Clauses): Minor copyedits.
---
 doc/misc/cl.texi | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index ea009a4..f4147f9 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -2092,14 +2092,15 @@ This clause also accepts optional @samp{from @var{pos}} 
and
 @samp{to @var{pos}} terms, limiting the clause to overlays which
 overlap the specified region.
 
-@item for @var{var} being the intervals [of @var{buffer}] @dots{}
-This clause iterates over all intervals of a buffer with constant
-text properties.  The variable @var{var} will be bound to conses
-of start and end positions, where one start position is always equal
-to the previous end position.  The clause allows @code{of},
+@item for @var{var} being the intervals [of @var{object}] @dots{}
+This clause iterates over all intervals of a buffer or string with
+constant text properties.  The variable @var{var} will be bound to
+conses of start and end positions, where one start position is always
+equal to the previous end position.  The clause allows @code{of},
 @code{from}, @code{to}, and @code{property} terms, where the latter
 term restricts the search to just the specified property.  The
-@code{of} term may specify either a buffer or a string.
+@code{of} term may specify either a buffer or a string.  @xref{Text
+Properties,,,elisp}.
 
 @item for @var{var} being the frames
 This clause iterates over all Emacs frames. The clause @code{screens} is



reply via email to

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