branch: elpa/geiser-chez commit b403d161dbc29d941487f07ffe47463b27207349 Author: Macon Gambill <ma...@arstne.io> Commit: Macon Gambill <ma...@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")