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

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

[elpa] externals/stream ac42cc1 18/36: Fix some quoting problems in doc


From: Stefan Monnier
Subject: [elpa] externals/stream ac42cc1 18/36: Fix some quoting problems in doc strings
Date: Tue, 1 Dec 2020 17:22:50 -0500 (EST)

branch: externals/stream
commit ac42cc15ddca08952fe6db83969cb479cf6bbdcb
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 stream.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stream.el b/stream.el
index 62eb3b6..8b71a1b 100644
--- a/stream.el
+++ b/stream.el
@@ -351,7 +351,7 @@ as long as s_n exists.
 
 Example:
 
-   (stream-scan #'* 1 (stream-range 1))
+   (stream-scan #\\='* 1 (stream-range 1))
 
 returns a stream of the factorials."
   (let ((res init))



reply via email to

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