diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 14:26:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 14:26:51 +0000 |
commit | e6608c123379bd53bf05d5982dc92a7e1769cad7 (patch) | |
tree | f57fe5af06c7f4422601a567d8b1be8d700693c8 /lisp/textmodes/artist.el | |
parent | 6a5d7585f5547a6df09b98950a370a325713dfde (diff) | |
download | emacs-e6608c123379bd53bf05d5982dc92a7e1769cad7.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/textmodes/artist.el')
-rw-r--r-- | lisp/textmodes/artist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index d287831681d..363077079ea 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el @@ -5422,7 +5422,7 @@ The event, EV, is the mouse event." ;; ;; a. Create one draw-function that draws your shape and one ;; undraw-function that undraws it. The draw- and -;; undraw-functions are used to to draw/undraw a segment of +;; undraw-functions are used to draw/undraw a segment of ;; your poly-point mode between 2 points. The draw- and ;; undraw-functions are then really 2-point mode functions. ;; They must take the same arguments and return the same |