comparison lisp/textmodes/artist.el @ 106894:b3b9ebd930e1

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Jan 2010 04:58:35 +0100
parents ad7558737bc7
children 0241cf43ec95
comparison
equal deleted inserted replaced
106893:7fce83bc7acf 106894:b3b9ebd930e1
5526 ;; If applicable, you must be able to draw your shape without 5526 ;; If applicable, you must be able to draw your shape without
5527 ;; borders if the `artist-borderless-shapes' is non-nil. 5527 ;; borders if the `artist-borderless-shapes' is non-nil.
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.
5535 ;; 5535 ;;
5536 ;; c. Create functions for drawing with keys: 5536 ;; c. Create functions for drawing with keys:
5559 ;; to switch to another operation of the same type of mode, 5559 ;; to switch to another operation of the same type of mode,
5560 ;; but someone else might base a new drawing mode upon your 5560 ;; but someone else might base a new drawing mode upon your
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 ;;
5568 ;; 5568 ;;
5569 ;; Happy hacking! Please let me hear if you add any drawing modes! 5569 ;; Happy hacking! Please let me hear if you add any drawing modes!