X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/11f73a5c3fa831b65c8dbcc1df43326cdd08357b..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/svg-clock/svg-clock.el diff --git a/packages/svg-clock/svg-clock.el b/packages/svg-clock/svg-clock.el index 360365113..bf0147cf6 100644 --- a/packages/svg-clock/svg-clock.el +++ b/packages/svg-clock/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)