emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/prop-search 9540504 1/2: Copy edit


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/prop-search 9540504 1/2: Copy edit
Date: Mon, 16 Apr 2018 15:35:04 -0400 (EDT)

branch: scratch/prop-search
commit 954050494afbbc0d261854820e869196964bca6d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Copy edit
---
 doc/lispref/text.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index f4c91d2..4fb292c 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3235,7 +3235,7 @@ the end")} (only reversed, since we used @code{push}).
 
 This will pick out all the regions where @code{face} is set to
 something, but this is split up into where the properties change, so
-the result here will be @samp{"bold" "bold" "italic"}.
+the result here will be @samp{("bold" "bold" "italic")}.
 
 For a more realistic example where you might use this, consider that
 you have a buffer where certain sections represent URLs, and these are



reply via email to

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