1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-12-16 22:51:13 -08:00
parent 2adb6e8578
commit 301b181a14
16 changed files with 30 additions and 30 deletions

View file

@ -4455,7 +4455,7 @@ If N is negative, move backward."
"Set current fill character to be C."
(interactive "cType fill char (type RET to turn off): ")
(cond ((eq c ?\r) (setq artist-fill-char-set nil)
(message "Fill cancelled"))
(message "Fill canceled"))
(t (setq artist-fill-char-set t)
(setq artist-fill-char c)
(message "Fill set to \"%c\"" c))))

View file

@ -82,7 +82,7 @@ reinserts the fill prefix in each resulting line."
(setq fill-prefix nil)))
(if fill-prefix
(message "fill-prefix: \"%s\"" fill-prefix)
(message "fill-prefix cancelled")))
(message "fill-prefix canceled")))
(defcustom adaptive-fill-mode t
"Non-nil means determine a paragraph's fill prefix from its text."
@ -383,7 +383,7 @@ and `fill-nobreak-invisible'."
"Char-table of characters that don't use space between words.")
(progn
;; Register `kinsoku' for scripts HAN, KANA, BOPOMPFO, and CJK-MISS.
;; Register `kinsoku' for scripts HAN, KANA, BOPOMOFO, and CJK-MISC.
;; Also tell that they don't use space between words.
(map-char-table
#'(lambda (key val)