diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
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 |