From a11756ad0e2ee719266c0081150c20996cce8e0d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Apr 2016 23:16:35 -0700 Subject: Spelling fixes --- lisp/svg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/svg.el') 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 -- cgit v1.2.1