mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
d1f3247666
commit
0cabf8bc36
30 changed files with 41 additions and 41 deletions
|
|
@ -54,7 +54,7 @@
|
|||
(beg (line-beginning-position))
|
||||
(end (line-end-position))
|
||||
(fill-prefix (make-string (- pos beg) ?\s))
|
||||
;; `fill-column' is too small to accomodate the current line
|
||||
;; `fill-column' is too small to accommodate the current line
|
||||
(fill-column (- end beg 10)))
|
||||
(fill-region-as-paragraph beg end nil nil pos))
|
||||
(should (equal (buffer-string) string)))))
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
(beg (line-beginning-position))
|
||||
(end (line-end-position))
|
||||
(fill-prefix (make-string (- pos beg) ?\s))
|
||||
;; `fill-column' is too small to accomodate the current line
|
||||
;; `fill-column' is too small to accommodate the current line
|
||||
(fill-column (- end beg 10)))
|
||||
(fill-region-as-paragraph beg end nil nil pos))
|
||||
(should (equal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue