mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix typos.
This commit is contained in:
parent
110490118e
commit
58179ccebd
46 changed files with 133 additions and 90 deletions
|
|
@ -435,7 +435,7 @@ REVERSE (non-nil means reverse order), BEG and END (region to sort)."
|
|||
(skip-chars-forward " \t\n")
|
||||
))
|
||||
|
||||
;; ENDRECFUN is is called with point within the record.
|
||||
;; ENDRECFUN is called with point within the record.
|
||||
;; It should move point to the end of the record.
|
||||
(function (lambda ()
|
||||
(if (re-search-forward
|
||||
|
|
|
|||
|
|
@ -2194,7 +2194,7 @@ This command is executed when texinfmt sees @item inside @multitable."
|
|||
|
||||
(put 'image 'texinfo-format 'texinfo-format-image)
|
||||
(defun texinfo-format-image ()
|
||||
"Insert an image from an an file ending in .txt.
|
||||
"Insert an image from a file ending in .txt.
|
||||
Use only the FILENAME arg; for Info, ignore the other arguments to @image."
|
||||
(let ((args (texinfo-format-parse-args))
|
||||
filename)
|
||||
|
|
@ -3909,11 +3909,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue