aboutsummaryrefslogtreecommitdiff
path: root/texinfo/emacs/texinfmt.el
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /texinfo/emacs/texinfmt.el
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'texinfo/emacs/texinfmt.el')
-rw-r--r--texinfo/emacs/texinfmt.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/texinfo/emacs/texinfmt.el b/texinfo/emacs/texinfmt.el
index ffc8b1f..aadd28a 100644
--- a/texinfo/emacs/texinfmt.el
+++ b/texinfo/emacs/texinfmt.el
@@ -1897,7 +1897,7 @@ commands that are defined in texinfo.tex for printed output.
(cons (- end-of-template start-of-template)
texinfo-multitable-width-list))
;; Remove carriage return from within a template, if any.
- ;; This helps those those who want to use more than
+ ;; This helps those who want to use more than
;; one line's worth of words in @multitable line.
(narrow-to-region start-of-template end-of-template)
(goto-char (point-min))
@@ -3644,11 +3644,11 @@ Default is to leave paragraph indentation as is."
;;; @set, @clear, @ifset, @ifclear
;; If a flag is set with @set FLAG, then text between @ifset and @end
-;; ifset is formatted normally, but if the flag is is cleared with
+;; ifset is formatted normally, but if the flag is cleared with
;; @clear FLAG, then the text is not formatted; it is ignored.
;; If a flag is cleared with @clear FLAG, then text between @ifclear
-;; and @end ifclear is formatted normally, but if the flag is is set with
+;; and @end ifclear is formatted normally, but if the flag is set with
;; @set FLAG, then the text is not formatted; it is ignored. @ifclear
;; is the opposite of @ifset.