aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-11-22 23:03:56 -0800
committerPaul Eggert2011-11-22 23:03:56 -0800
commitee7683ebb70c308e596103e379ef6b91d001eebc (patch)
tree45382191619e27df7106a8d990bc03903d0fa03f /lisp/textmodes
parent6b21de180fba10432988d94d2b8f3e2521be5b17 (diff)
downloademacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz
emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/artist.el2
-rw-r--r--lisp/textmodes/fill.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index 232d42efc94..0efabc2135a 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -3215,7 +3215,7 @@ X1, Y1. An endpoint is a cons pair, (ENDPOINT-X . ENDPOINT-Y)."
3215;; 2| | 3215;; 2| |
3216;; 3+-----+ 3216;; 3+-----+
3217;; 3217;;
3218;; We will then pop (0,0) and remove the left-most vertival line while 3218;; We will then pop (0,0) and remove the left-most vertical line while
3219;; pushing the lower left corner (0,3) on the stack, and so on until 3219;; pushing the lower left corner (0,3) on the stack, and so on until
3220;; the entire rectangle is vaporized. 3220;; the entire rectangle is vaporized.
3221;; 3221;;
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 52f6e5b4889..b8614b16f82 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -469,7 +469,7 @@ Point is moved to just past the fill prefix on the first line."
469 469
470 (goto-char from) 470 (goto-char from)
471 (if enable-multibyte-characters 471 (if enable-multibyte-characters
472 ;; Delete unnecessay newlines surrounded by words. The 472 ;; Delete unnecessary newlines surrounded by words. The
473 ;; character category `|' means that we can break a line at the 473 ;; character category `|' means that we can break a line at the
474 ;; character. And, char-table 474 ;; character. And, char-table
475 ;; `fill-nospace-between-words-table' tells how to concatenate 475 ;; `fill-nospace-between-words-table' tells how to concatenate