diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-05-20 04:18:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-05-20 04:18:06 +0000 |
commit | bc9841752a44a124c8cfd40486bd5beb19e779a0 (patch) | |
tree | a2687a65a0b7902dbe37e27b868712f7e77ae067 | |
parent | 310e9a2152c7511b4de0d112c6f5aeefd9441709 (diff) | |
download | emacs-bc9841752a44a124c8cfd40486bd5beb19e779a0.tar.gz |
(artist-mode): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
-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 10b54710925..d5670acb2da 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el @@ -1116,7 +1116,7 @@ Drawing with the mouse: Flood-fill Flood-fill Flood-fill -------------------------------------------------------------- - * Straight lines can only go horiziontally, vertically + * Straight lines can only go horizontally, vertically or diagonally. * Poly-lines are drawn while holding mouse-1 down. When you |