]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/svg-clock/svg-clock.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / svg-clock / svg-clock.el
index 438885e9663cb8c4db621a3b15fe9f6f4a8344e1..bf0147cf6ef2e48f2e3c0586a903ae7ed6c72d80 100644 (file)
@@ -6,7 +6,7 @@
 ;; Author:      Ulf Jasper <ulf.jasper@web.de>
 ;; Created:     22. Sep. 2011
 ;; Keywords:    demo, svg, clock
-;; Version:     0.5
+;; Version:     1.0
 ;; Package-Requires: ((svg "0.1") (emacs "25.0"))
 
 ;; This file is part of GNU Emacs.
@@ -43,7 +43,7 @@
 
 ;;; News:
 
-;;  Version FIXME
+;;  Version 1.0
 ;;    New function `svg-clock-insert'.  Removed customization
 ;;    options.
 
@@ -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)