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

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

[elpa] externals/svg-clock 301259c 10/18: Fix some quoting problems in d


From: Stefan Monnier
Subject: [elpa] externals/svg-clock 301259c 10/18: Fix some quoting problems in doc strings
Date: Tue, 1 Dec 2020 17:26:02 -0500 (EST)

branch: externals/svg-clock
commit 301259c55dae54d67889833e35bbc57dff41b17a
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.
---
 svg-clock.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/svg-clock.el b/svg-clock.el
index 3603651..bf0147c 100644
--- a/svg-clock.el
+++ b/svg-clock.el
@@ -73,9 +73,9 @@
 
 (defun svg-clock--create-def-elements (foreground background)
   "Return a list of SVG elements using the colors FOREGROUND and BACKGROUND.
-The elements are supposed to be added to an SVG object as 'defs'.
-The SVG may then 'use': 'clock-face, 'second-hand, 'minute-hand
-and 'hour-hand.  The clock-face has a size of 1x1."
+The elements are supposed to be added to an SVG object as `defs'.
+The SVG may then `use': `clock-face', `second-hand', `minute-hand'
+and `hour-hand'.  The clock-face has a size of 1x1."
   (list (svg-clock-symbol 'tickshort
                           (svg-clock-line .5 .02 .5 .04
                                           `(stroke . ,foreground)



reply via email to

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