diff options
| author | Juanma Barranquero | 2010-01-18 04:58:35 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-18 04:58:35 +0100 |
| commit | 33972e801477b638f22f4ba3f6e04199d5992124 (patch) | |
| tree | cf9c6d0fd8ff494f1050b1e7042f6f1ce8a4865d /lisp/textmodes | |
| parent | 14f17fc8ff23dbf6d6442f904a73b0e181f01886 (diff) | |
| download | emacs-33972e801477b638f22f4ba3f6e04199d5992124.tar.gz emacs-33972e801477b638f22f4ba3f6e04199d5992124.zip | |
Fix typos in comments.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 4 |
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." | |||
| 5528 | ;; See `artist-draw-rect' for an example. | 5528 | ;; See `artist-draw-rect' for an example. |
| 5529 | ;; | 5529 | ;; |
| 5530 | ;; You must call the init-fn, the prep-fill-fn, arrow-set-fn | 5530 | ;; You must call the init-fn, the prep-fill-fn, arrow-set-fn |
| 5531 | ;; and the exit-fn at the apropriate points. | 5531 | ;; and the exit-fn at the appropriate points. |
| 5532 | ;; | 5532 | ;; |
| 5533 | ;; When artist-mouse-draw-xxx ends, the shape for your mode | 5533 | ;; When artist-mouse-draw-xxx ends, the shape for your mode |
| 5534 | ;; must be completely drawn. | 5534 | ;; must be completely drawn. |
| @@ -5561,7 +5561,7 @@ The event, EV, is the mouse event." | |||
| 5561 | ;; work. | 5561 | ;; work. |
| 5562 | ;; | 5562 | ;; |
| 5563 | ;; You must call the init-fn, the prep-fill-fn, arrow-set-fn | 5563 | ;; You must call the init-fn, the prep-fill-fn, arrow-set-fn |
| 5564 | ;; and the exit-fn at the apropriate points. | 5564 | ;; and the exit-fn at the appropriate points. |
| 5565 | ;; | 5565 | ;; |
| 5566 | ;; e. Add your new mode to the master table, `artist-mt'. | 5566 | ;; e. Add your new mode to the master table, `artist-mt'. |
| 5567 | ;; | 5567 | ;; |