emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/text.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/man/text.texi,v
Date: Sat, 30 Sep 2006 21:07:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/09/30 21:07:21

Index: text.texi
===================================================================
RCS file: /sources/emacs/emacs/man/text.texi,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- text.texi   10 Aug 2006 04:19:36 -0000      1.70
+++ text.texi   30 Sep 2006 21:07:21 -0000      1.71
@@ -34,10 +34,10 @@
 @end iftex
 
   For text which contains embedded commands for text formatters, Emacs
-has other major modes, each for a particular text formatter.  Thus, for
+has other major modes, each for a particular formatter.  Thus, for
 input to @TeX{}, you would use @TeX{}
 @iftex
-mode (@pxref{TeX Mode}).
+mode (@pxref{TeX Mode,,@TeX{} Mode}).
 @end iftex
 @ifnottex
 mode.
@@ -106,7 +106,7 @@
 @item M-@@
 Mark the end of the next word (@code{mark-word}).
 @item M-t
-Transpose two words or drag a word across other words
+Transpose two words or drag a word across others
 (@code{transpose-words}).
 @end table
 
@@ -156,7 +156,7 @@
 containing point with the following word.  The delimiter characters between
 the words do not move.  For example, @address@hidden, BAR}} transposes into
 @address@hidden, FOO}} rather than @address@hidden FOO,}}.  @xref{Transpose}, 
for
-more on transposition and on arguments to transposition commands.
+more on transposition.
 
 @kindex M-@@
 @findex mark-word
@@ -230,7 +230,7 @@
 It is useful to follow this convention, because it makes a distinction
 between periods that end a sentence and periods that indicate
 abbreviations; that enables the Emacs sentence commands to distinguish,
-too.  These commands to not stop for periods that indicate abbreviations.
+too.  These commands do not stop for periods that indicate abbreviations.
 
 @vindex sentence-end-double-space
   If you want to use just one space between sentences, you can set the
@@ -253,10 +253,10 @@
 for this purpose.
 
 @vindex sentence-end-without-period
-  Some languages do not use period to indicate end of sentence.  For
-example, a sentence in Thai text ends with double space but without a
+  Some languages do not use periods to indicate the end of a sentence.
+For example, sentences in Thai end with a double space but without a
 period.  Set the variable @code{sentence-end-without-period} to
address@hidden to tell the sentence commands that a period is not necessary.
address@hidden in such cases.
 
 @node Paragraphs
 @section Paragraphs
@@ -267,7 +267,7 @@
 @findex backward-paragraph
 @findex forward-paragraph
 
-  The Emacs commands for manipulating paragraphs are also Meta keys.
+  The Emacs commands for manipulating paragraphs are also on Meta keys.
 
 @table @kbd
 @item address@hidden
@@ -938,7 +938,7 @@
   Emacs provides two other modes for editing text that is to be passed
 through a text formatter to produce fancy formatted printed output.
 @xref{Nroff Mode}, for editing input to the formatter nroff.
address@hidden Mode}, for editing input to the formatter TeX.
address@hidden Mode,,@TeX{} Mode}, for editing input to the formatter TeX.
 
   Another mode is used for editing outlines.  It allows you to view the
 text at various levels of detail.  You can view either the outline
@@ -1370,26 +1370,26 @@
 @findex doctex-mode
 
   @TeX{} is a powerful text formatter written by Donald Knuth; it is
-also free software, like GNU Emacs.  address@hidden is a simplified input
+also free software, like GNU Emacs.  @LaTeX{} is a simplified input
 format for @TeX{}, implemented by @TeX{} macros; it comes with @TeX{}.
address@hidden is a special form of address@hidden@address@hidden is
-obsoleted by the @samp{slides} document class in recent address@hidden
-versions.}  address@hidden (@file{.dtx}) is a special file format in which
-the address@hidden sources are written, combining sources with
-documentation.
address@hidden is a special form of @address@hidden@TeX{} is
+obsoleted by the @samp{slides} document class and other alternative
+packages in recent @LaTeX{} versions.}  address@hidden (@file{.dtx}) is a
+special file format in which the address@hidden sources are written,
+combining sources with documentation.
 
   Emacs has a special @TeX{} mode for editing @TeX{} input files.
 It provides facilities for checking the balance of delimiters and for
 invoking @TeX{} on all or part of the file.
 
 @vindex tex-default-mode
-  @TeX{} mode has four variants: Plain @TeX{} mode, address@hidden mode,
+  @TeX{} mode has four variants: Plain @TeX{} mode, @LaTeX{} mode,
 address@hidden mode, and address@hidden mode (these distinct major modes differ
 only slightly).  They are designed for editing the four different
 formats.  The command @kbd{M-x tex-mode} looks at the contents of the
-buffer to determine whether the contents appear to be either address@hidden
+buffer to determine whether the contents appear to be either @LaTeX{}
 input, address@hidden, or address@hidden input; if so, it selects the
-appropriate mode.  If the file contents do not appear to be address@hidden,
+appropriate mode.  If the file contents do not appear to be @LaTeX{},
 address@hidden or address@hidden, it selects Plain @TeX{} mode.  If the 
contents
 are insufficient to determine this, the variable
 @code{tex-default-mode} controls which mode is used.
@@ -1487,22 +1487,22 @@
 @node LaTeX Editing
 @subsection address@hidden Editing Commands
 
-  address@hidden mode, and its variant, address@hidden mode, provide a few 
extra
+  @LaTeX{} mode, and its variant, address@hidden mode, provide a few extra
 features not applicable to plain @TeX{}.
 
 @table @kbd
 @item C-c C-o
-Insert @samp{\begin} and @samp{\end} for address@hidden block and position
+Insert @samp{\begin} and @samp{\end} for @LaTeX{} block and position
 point on a line between them (@code{tex-latex-block}).
 @item C-c C-e
-Close the innermost address@hidden block not yet closed
+Close the innermost @LaTeX{} block not yet closed
 (@code{tex-close-latex-block}).
 @end table
 
 @findex tex-latex-block
address@hidden C-c C-o @r{(address@hidden mode)}
address@hidden C-c C-o @r{(@LaTeX{} mode)}
 @vindex latex-block-names
-  In address@hidden input, @samp{\begin} and @samp{\end} commands are used to
+  In @LaTeX{} input, @samp{\begin} and @samp{\end} commands are used to
 group blocks of text.  To insert a @samp{\begin} and a matching
 @samp{\end} (on a new line following the @samp{\begin}), use @kbd{C-c
 C-o} (@code{tex-latex-block}).  A blank line is inserted between the
@@ -1516,8 +1516,8 @@
 @end example
 
 @findex tex-close-latex-block
address@hidden C-c C-e @r{(address@hidden mode)}
-  In address@hidden input, @samp{\begin} and @samp{\end} commands must
address@hidden C-c C-e @r{(@LaTeX{} mode)}
+  In @LaTeX{} input, @samp{\begin} and @samp{\end} commands must
 balance.  You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to
 insert automatically a matching @samp{\end} to match the last unmatched
 @samp{\begin}.  It indents the @samp{\end} to match the corresponding
@@ -1645,9 +1645,9 @@
 If @samp{%**start of header} does not appear within the first 100 lines of
 the buffer, @kbd{C-c C-r} assumes that there is no header.
 
-  In address@hidden mode, the header begins with @samp{\documentclass} or
+  In @LaTeX{} mode, the header begins with @samp{\documentclass} or
 @samp{\documentstyle} and ends with @address@hidden@}}.  These
-are commands that address@hidden requires you to use in any case, so nothing
+are commands that @LaTeX{} requires you to use in any case, so nothing
 special needs to be done to identify the header.
 
 @findex tex-file
@@ -1689,7 +1689,7 @@
 @findex tex-bibtex-file
 @kindex C-c TAB @r{(@TeX{} mode)}
 @vindex tex-bibtex-command
-  For address@hidden files, you can use address@hidden to process the auxiliary
+  For @LaTeX{} files, you can use address@hidden to process the auxiliary
 file for the current buffer's file.  address@hidden looks up bibliographic
 citations in a data base and prepares the cited references for the
 bibliography section.  The command @kbd{C-c @key{TAB}}
@@ -1751,9 +1751,9 @@
 @end ignore
 
 @cindex address@hidden package
address@hidden references, address@hidden
address@hidden address@hidden references
-  For managing all kinds of references for address@hidden, you can use
address@hidden references, @LaTeX{}
address@hidden @LaTeX{} references
+  For managing all kinds of references for @LaTeX{}, you can use
 address@hidden  @inforef{Top,, reftex}.
 
 @node HTML Mode
@@ -2356,8 +2356,8 @@
 
   Normally, Emacs knows when you are editing formatted text because it
 recognizes the special annotations used in the file that you visited.
-However, there are situations in which you must take special actions
-to convert file contents or turn on Enriched mode:
+However, sometimes you must take special actions to convert file
+contents or turn on Enriched mode:
 
 @itemize @bullet
 @item
@@ -2398,6 +2398,7 @@
 text-based tables.  Here is an example of such a table:
 
 @smallexample
address@hidden
 +-----------------+--------------------------------+-----------------+
 |     Command     |          Description           |   Key Binding   |
 +-----------------+--------------------------------+-----------------+
@@ -2414,6 +2415,7 @@
 |                 |end of buffer, stop and signal  |                 |
 |                 |error.                          |                 |
 +-----------------+--------------------------------+-----------------+
address@hidden group
 @end smallexample
 
   Table mode allows the contents of the table such as this one to be
@@ -2800,6 +2802,7 @@
 @c sticks out to accommodate for the removal of @samp in the
 @c produced output!!
 @smallexample
address@hidden
 +-----------------------------------------------------------------+
 |@samp{table-capture} is a powerful command, but mastering its         |
 |power requires some practice.  Here are some things it can do:   |
@@ -2816,6 +2819,7 @@
 |                      the specified region is placed in that     |
 |                      cell.                                      |
 +-----------------------------------------------------------------+
address@hidden group
 @end smallexample
 
 @noindent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]