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

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

[nongnu] elpa/geiser-chez b403d161db 2/4: Fix single quoting style in do


From: ELPA Syncer
Subject: [nongnu] elpa/geiser-chez b403d161db 2/4: Fix single quoting style in docstrings
Date: Fri, 7 Jul 2023 09:59:40 -0400 (EDT)

branch: elpa/geiser-chez
commit b403d161dbc29d941487f07ffe47463b27207349
Author: Macon Gambill <macon@arstne.io>
Commit: Macon Gambill <macon@arstne.io>

    Fix single quoting style in docstrings
---
 geiser-chez.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geiser-chez.el b/geiser-chez.el
index 6c560e2231..b76ad59a77 100644
--- a/geiser-chez.el
+++ b/geiser-chez.el
@@ -74,7 +74,7 @@ host."
   "Base URL for the Chez Scheme User's Guide HTML documents.
 
 Set it to a local file URI such as
-'file:///usr/share/doc/chezscheme-doc/html/' for quicker offline
+`file:///usr/share/doc/chezscheme-doc/html/' for quicker offline
 access."
   :type 'string)
 
@@ -83,7 +83,7 @@ access."
   "Base URL for the The Scheme Programming Languange HTML version.
 
 Set it to a local file URI such as
-'file:///usr/share/doc/tlsp/html/' for quicker offline access."
+`file:///usr/share/doc/tlsp/html/' for quicker offline access."
   :type 'string)
 
 (defconst geiser-chez-minimum-version "9.4")



reply via email to

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