1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-14 23:55:13 -08:00
parent 672b871d98
commit da6062e6ea
101 changed files with 168 additions and 172 deletions

View file

@ -1446,7 +1446,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
;; is used, string is a TeX command
;; (char before beginning of word is
;; backslash) and none of the previous
;; contitions match
;; conditions match.
(and (not ispell-really-aspell)
(save-excursion
(goto-char (- (nth 1 found-list) 1))

View file

@ -2323,7 +2323,7 @@ of (COLUMN-NUMBER . LINE) pairs."
(indent-rigidly
mbeg mend
;; Find the next tab after the leftmost columnt.
;; Find the next tab after the leftmost column.
(let ((tab (funcall find-next-fun tabs leftmostcol)))
(if tab

View file

@ -1482,7 +1482,7 @@ the last cache point coordinate."
(cons (cons command func-symbol)
table-command-remap-alist))))
'(center-line
conter-region
center-region
center-paragraph
fill-paragraph))

View file

@ -1871,7 +1871,7 @@ Mark is left at original location."
tex-old-error-file-name 2 nil 1 1
(2 compilation-warning-face))
;; Included files get output as (<file> ...).
;; FIXME: there tend to be a crapload of them at the beginning of the
;; FIXME: there tend to be a boatload of them at the beginning of the
;; output which aren't that interesting. Maybe we should filter out
;; all the file name that start with /usr/share?
;; ("(\\.?/\\([^() \n]+\\)" 1 nil nil 0)