summaryrefslogtreecommitdiff
path: root/texinfo/emacs
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /texinfo/emacs
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadgcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/emacs')
-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 ffc8b1fb1e6..aadd28a35e1 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.