diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-03 23:16:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-03 23:17:09 -0700 |
commit | a11756ad0e2ee719266c0081150c20996cce8e0d (patch) | |
tree | 347d131e949ce4a83e63db05c1b286a338ea7a58 /lisp/svg.el | |
parent | 0695108b9e2d5ed6d424f241af35947f87578975 (diff) | |
download | emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.tar.gz |
Spelling fixes
Diffstat (limited to 'lisp/svg.el')
-rw-r--r-- | lisp/svg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/svg.el b/lisp/svg.el index b6beaadc032..0b45c5cc0e9 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -29,7 +29,7 @@ (require 'dom) (defun svg-create (width height &rest args) - "Create a new, empty SVG image with dimentions WIDTHxHEIGHT. + "Create a new, empty SVG image with dimensions WIDTHxHEIGHT. ARGS can be used to provide `stroke' and `stroke-width' parameters to any further elements added." (dom-node 'svg |