X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1f3fa31203c9830e3b621260ffc95c8ecabaaedf..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/svg-clock/svg-clock.el diff --git a/packages/svg-clock/svg-clock.el b/packages/svg-clock/svg-clock.el index 438885e96..bf0147cf6 100644 --- a/packages/svg-clock/svg-clock.el +++ b/packages/svg-clock/svg-clock.el @@ -6,7 +6,7 @@ ;; Author: Ulf Jasper ;; 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)