summaryrefslogtreecommitdiff
path: root/lisp/textmodes/artist.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-18 04:58:35 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-18 04:58:35 +0100
commit33972e801477b638f22f4ba3f6e04199d5992124 (patch)
treecf9c6d0fd8ff494f1050b1e7042f6f1ce8a4865d /lisp/textmodes/artist.el
parent14f17fc8ff23dbf6d6442f904a73b0e181f01886 (diff)
downloademacs-33972e801477b638f22f4ba3f6e04199d5992124.tar.gz
Fix typos in comments.
Diffstat (limited to 'lisp/textmodes/artist.el')
-rw-r--r--lisp/textmodes/artist.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index 66d831968d1..e1d7b053491 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -5528,7 +5528,7 @@ The event, EV, is the mouse event."
;; See `artist-draw-rect' for an example.
;;
;; You must call the init-fn, the prep-fill-fn, arrow-set-fn
-;; and the exit-fn at the apropriate points.
+;; and the exit-fn at the appropriate points.
;;
;; When artist-mouse-draw-xxx ends, the shape for your mode
;; must be completely drawn.
@@ -5561,7 +5561,7 @@ The event, EV, is the mouse event."
;; work.
;;
;; You must call the init-fn, the prep-fill-fn, arrow-set-fn
-;; and the exit-fn at the apropriate points.
+;; and the exit-fn at the appropriate points.
;;
;; e. Add your new mode to the master table, `artist-mt'.
;;