emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108411: * emacs/ack.texi, emacs/buil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108411: * emacs/ack.texi, emacs/building.texi, emacs/calendar.texi
Date: Mon, 28 May 2012 16:35:09 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108411
fixes bug: http://debbugs.gnu.org/10910
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-28 16:35:09 -0700
message:
  * emacs/ack.texi, emacs/building.texi, emacs/calendar.texi
  * emacs/custom.texi, emacs/maintaining.texi, emacs/text.texi:
  * misc/calc.texi, misc/dired-x.texi:
  Use @LaTeX rather than address@hidden
modified:
  doc/emacs/ChangeLog
  doc/emacs/ack.texi
  doc/emacs/building.texi
  doc/emacs/calendar.texi
  doc/emacs/custom.texi
  doc/emacs/maintaining.texi
  doc/emacs/text.texi
  doc/misc/ChangeLog
  doc/misc/calc.texi
  doc/misc/dired-x.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-05-27 02:13:54 +0000
+++ b/doc/emacs/ChangeLog       2012-05-28 23:35:09 +0000
@@ -1,3 +1,8 @@
+2012-05-28  Glenn Morris  <address@hidden>
+
+       * ack.texi, building.texi, calendar.texi, custom.texi:
+       * maintaining.texi, text.texi: Use @LaTeX rather than address@hidden
+
 2012-05-27  Glenn Morris  <address@hidden>
 
        * emacs.texi: Simplify following removal of node pointers.

=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2012-05-27 01:25:06 +0000
+++ b/doc/emacs/ack.texi        2012-05-28 23:35:09 +0000
@@ -264,7 +264,7 @@
 
 @item
 Carsten Dominik wrote address@hidden, a package for setting up labels and
-cross-references in address@hidden documents; and co-wrote IDLWAVE mode
+cross-references in @LaTeX{} documents; and co-wrote IDLWAVE mode
 (q.v.@:).  He was the original author of Org mode, for maintaining notes,
 todo lists, and project planning.  Bastien Guerry subsequently took
 over maintainership.  Benjamin Andresen, Thomas Baumann, Joel Boehland, Jan 
B?cker, Lennart
@@ -549,7 +549,7 @@
 
 @item
 Arne J?rgensen wrote @file{latexenc.el}, a package to
-automatically guess the correct coding system in address@hidden files.
+automatically guess the correct coding system in @LaTeX{} files.
 
 @item
 Alexandre Julliard wrote @file{vc-git.el}, support for the Git version
@@ -567,7 +567,7 @@
 Henry Kautz wrote @file{bib-mode.el}, a mode for maintaining
 bibliography databases compatible with @code{refer} (the @code{troff}
 version) and @code{lookbib}, and @file{refbib.el}, a package to convert
-those databases to the format used by the address@hidden text formatting 
package.
+those databases to the format used by the @LaTeX{} text formatting package.
 
 @item
 Taichi Kawabata added support for Devanagari script and the Indian

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2012-05-27 01:25:06 +0000
+++ b/doc/emacs/building.texi   2012-05-28 23:35:09 +0000
@@ -416,7 +416,7 @@
 
   Flymake mode is a minor mode that performs on-the-fly syntax
 checking for many programming and markup languages, including C, C++,
-Perl, HTML, and @TeX{}/address@hidden  It is somewhat analogous to Flyspell
+Perl, HTML, and @TeX{}/@LaTeX{}.  It is somewhat analogous to Flyspell
 mode, which performs spell checking for ordinary human languages in a
 similar fashion (@pxref{Spelling}).  As you edit a file, Flymake mode
 runs an appropriate syntax checking tool in the background, using a

=== modified file 'doc/emacs/calendar.texi'
--- a/doc/emacs/calendar.texi   2012-05-09 03:06:08 +0000
+++ b/doc/emacs/calendar.texi   2012-05-28 23:35:09 +0000
@@ -345,7 +345,7 @@
 @node Writing Calendar Files
 @section Writing Calendar Files
 
-  You can write calendars and diary entries to HTML and address@hidden files.
+  You can write calendars and diary entries to HTML and @LaTeX{} files.
 
 @cindex calendar and HTML
   The Calendar HTML commands produce files of HTML code that contain
@@ -380,8 +380,8 @@
 number. The variable @code{cal-html-year-index-cols} specifies the
 number of columns in the yearly index page.
 
address@hidden calendar and address@hidden
-  The Calendar address@hidden commands produce a buffer of address@hidden code 
that
address@hidden calendar and @LaTeX{}
+  The Calendar @LaTeX{} commands produce a buffer of @LaTeX{} code that
 prints as a calendar.  Depending on the command you use, the printed
 calendar covers the day, week, month or year that point is in.
 
@@ -441,7 +441,7 @@
 features.
 
   You can use the variable @code{cal-tex-preamble-extra} to insert extra
address@hidden commands in the preamble of the generated document if you need
address@hidden commands in the preamble of the generated document if you need
 to.
 
 @node Holidays

=== modified file 'doc/emacs/custom.texi'
--- a/doc/emacs/custom.texi     2012-05-09 03:06:08 +0000
+++ b/doc/emacs/custom.texi     2012-05-28 23:35:09 +0000
@@ -866,7 +866,7 @@
 @noindent
 This works by calling @code{auto-fill-mode}, which enables the minor
 mode when no argument is supplied (@pxref{Minor Modes}).  Next,
-suppose you don't want Auto Fill mode turned on in address@hidden mode,
+suppose you don't want Auto Fill mode turned on in @LaTeX{} mode,
 which is one of the modes based on Text mode.  You can do this with
 the following additional line:
 
@@ -878,7 +878,7 @@
 Here we have used the special macro @code{lambda} to construct an
 anonymous function (@pxref{Lambda Expressions,,, elisp, The Emacs Lisp
 Reference Manual}), which calls @code{auto-fill-mode} with an argument
-of @code{-1} to disable the minor mode.  Because address@hidden mode runs
+of @code{-1} to disable the minor mode.  Because @LaTeX{} mode runs
 @code{latex-mode-hook} after running @code{text-mode-hook}, the result
 leaves Auto Fill mode disabled.
 

=== modified file 'doc/emacs/maintaining.texi'
--- a/doc/emacs/maintaining.texi        2012-05-27 01:25:06 +0000
+++ b/doc/emacs/maintaining.texi        2012-05-28 23:35:09 +0000
@@ -1659,7 +1659,7 @@
 @address@hidden@var{variable}} and @address@hidden@var{function}}.
 
 @item
-In address@hidden documents, the arguments for @code{\chapter},
+In @LaTeX{} documents, the arguments for @code{\chapter},
 @code{\section}, @code{\subsection}, @code{\subsubsection},
 @code{\eqno}, @code{\label}, @code{\ref}, @code{\cite},
 @code{\bibitem}, @code{\part}, @code{\appendix}, @code{\entry},

=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi       2012-05-27 01:25:06 +0000
+++ b/doc/emacs/text.texi       2012-05-28 23:35:09 +0000
@@ -34,7 +34,7 @@
 @cindex mode, nXML
 @findex nxml-mode
   Emacs has other major modes for text which contains ``embedded''
-commands, such as @TeX{} and address@hidden (@pxref{TeX Mode}); HTML and
+commands, such as @TeX{} and @LaTeX{} (@pxref{TeX Mode}); HTML and
 SGML (@pxref{HTML Mode}); XML
 @ifinfo
 (@pxref{Top,The nXML Mode Manual,,nxml-mode, nXML Mode});
@@ -1372,7 +1372,7 @@
 export and publication.  To export the current buffer, type @kbd{C-c
 C-e} (@code{org-export}) anywhere in an Org buffer.  This command
 prompts for an export format; currently supported formats include
-HTML, address@hidden, OpenDocument (@file{.odt}), and PDF.  Some formats,
+HTML, @LaTeX{}, OpenDocument (@file{.odt}), and PDF.  Some formats,
 such as PDF, require certain system tools to be installed.
 
 @vindex org-publish-project-alist
@@ -1405,11 +1405,11 @@
 @node TeX Mode
 @section @TeX{} Mode
 @cindex @TeX{} mode
address@hidden address@hidden mode
address@hidden @LaTeX{} mode
 @cindex address@hidden mode
 @cindex address@hidden mode
 @cindex mode, @TeX{}
address@hidden mode, address@hidden
address@hidden mode, @LaTeX{}
 @cindex mode, address@hidden
 @cindex mode, address@hidden
 @findex tex-mode
@@ -1422,15 +1422,15 @@
   Emacs provides special major modes for editing files written in
 @TeX{} and its related formats.  @TeX{} is a powerful text formatter
 written by Donald Knuth; like GNU Emacs, it is free software.
address@hidden is a simplified input format for @TeX{}, implemented using
address@hidden is a simplified input format for @TeX{}, implemented using
 @TeX{} macros.  address@hidden is a special file format in which the
address@hidden sources are written, combining sources with documentation.
address@hidden is an obsolete special form of address@hidden@footnote{It has
address@hidden sources are written, combining sources with documentation.
address@hidden is an obsolete special form of @address@hidden has
 been replaced by the @samp{slides} document class, which comes with
address@hidden
address@hidden
 
 @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, and are designed for editing the four different
 formats.  Emacs selects the appropriate mode by looking at the
@@ -1450,13 +1450,13 @@
 @itemize @bullet
 @item
 address@hidden mode is a major mode for address@hidden files, which are 
commonly
-used for keeping bibliographic references for address@hidden documents.  For
+used for keeping bibliographic references for @LaTeX{} documents.  For
 more information, see the documentation string for the command
 @code{bibtex-mode}.
 
 @item
 The address@hidden package provides a minor mode which can be used with
address@hidden mode to manage bibliographic references.
address@hidden mode to manage bibliographic references.
 @ifinfo
 @xref{Top,The address@hidden Manual,,reftex}.
 @end ifinfo
@@ -1561,23 +1561,23 @@
 to work with them.
 
 @node LaTeX Editing
address@hidden address@hidden Editing Commands
address@hidden @LaTeX{} Editing Commands
 
-  address@hidden mode provides a few extra features not applicable to plain
+  @LaTeX{} mode provides 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)}
-  In address@hidden input, @samp{\begin} and @samp{\end} tags are used to
address@hidden C-c C-o @r{(@LaTeX{} mode)}
+  In @LaTeX{} input, @samp{\begin} and @samp{\end} tags are used to
 group blocks of text.  To insert a block, type @kbd{C-c C-o}
 (@code{tex-latex-block}).  This prompts for a block type, and inserts
 the appropriate matching @samp{\begin} and @samp{\end} tags, leaving a
@@ -1586,14 +1586,14 @@
 @vindex latex-block-names
   When entering the block type argument to @kbd{C-c C-o}, you can use
 the usual completion commands (@pxref{Completion}).  The default
-completion list contains the standard address@hidden block types.  If you
+completion list contains the standard @LaTeX{} block types.  If you
 want additional block types for completion, customize the list
 variable @code{latex-block-names}.
 
 @findex tex-close-latex-block
address@hidden C-c C-e @r{(address@hidden mode)}
address@hidden C-c C-e @r{(@LaTeX{} mode)}
 @findex latex-electric-env-pair-mode
-  In address@hidden input, @samp{\begin} and @samp{\end} tags must balance.
+  In @LaTeX{} input, @samp{\begin} and @samp{\end} tags must balance.
 You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to insert an
 @samp{\end} tag which matches the last unmatched @samp{\begin}.  It
 also indents the @samp{\end} to match the corresponding @samp{\begin},
@@ -1670,7 +1670,7 @@
   The buffer's @TeX{} variant determines what shell command @kbd{C-c
 C-b} actually runs.  In Plain @TeX{} mode, it is specified by the
 variable @code{tex-run-command}, which defaults to @code{"tex"}.  In
address@hidden mode, it is specified by @code{latex-run-command}, which
address@hidden mode, it is specified by @code{latex-run-command}, which
 defaults to @code{"latex"}.  The shell command that @kbd{C-c C-v} runs
 to view the @file{.dvi} output is determined by the variable
 @code{tex-dvi-view-command}, regardless of the @TeX{} variant.  The
@@ -1725,9 +1725,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
@@ -1769,7 +1769,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}}

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-05-28 23:28:27 +0000
+++ b/doc/misc/ChangeLog        2012-05-28 23:35:09 +0000
@@ -1,5 +1,7 @@
 2012-05-28  Glenn Morris  <address@hidden>
 
+       * calc.texi, dired-x.texi: Use @LaTeX rather than address@hidden  
(Bug#10910)
+
        * sc.texi: Nuke hand-written node pointers.
        Fix top-level menu to match actual node order.
 

=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi        2012-05-19 03:00:48 +0000
+++ b/doc/misc/calc.texi        2012-05-28 23:35:09 +0000
@@ -557,7 +557,7 @@
 Type @kbd{d B} to view the solutions in more readable notation.
 Type @address@hidden C}} to view them in C language notation, @kbd{d T}
 to view them in the notation for the @TeX{} typesetting system,
-and @kbd{d L} to view them in the notation for the address@hidden typesetting
+and @kbd{d L} to view them in the notation for the @LaTeX{} typesetting
 system.  Type @kbd{d N} to return to normal notation.
 
 @noindent
@@ -939,7 +939,7 @@
 Calc has added annotations to the file to help it remember the modes
 that were used for this formula.  They are formatted like comments
 in the @TeX{} typesetting language, just in case you are using @TeX{} or
address@hidden (In this example @TeX{} is not being used, so you might want
address@hidden (In this example @TeX{} is not being used, so you might want
 to move these comments up to the top of the file or otherwise put them
 out of the way.)
 
@@ -5026,7 +5026,7 @@
 Here things like powers, square roots, and quotients and fractions
 are displayed in a two-dimensional pictorial form.  Calc has other
 language modes as well, such as C mode, FORTRAN mode, @TeX{} mode
-and address@hidden mode.
+and @LaTeX{} mode.
 
 @smallexample
 @group
@@ -13842,7 +13842,7 @@
 @noindent
 The commands in this section change Calc to use a different notation for
 entry and display of formulas, corresponding to the conventions of some
-other common language such as Pascal or address@hidden  Objects displayed on 
the
+other common language such as Pascal or @LaTeX{}.  Objects displayed on the
 stack or yanked from the Calculator to an editing buffer will be formatted
 in the current language; objects entered in algebraic entry or yanked from
 another buffer will be interpreted according to the current language.
@@ -13867,10 +13867,10 @@
 and would have written the formula back with notations (like implicit
 multiplication) which would not have been valid for a C program.
 
-As another example, suppose you are maintaining a C program and a 
address@hidden
+As another example, suppose you are maintaining a C program and a @LaTeX{}
 document, each of which needs a copy of the same formula.  You can grab the
-formula from the program in C mode, switch to address@hidden mode, and yank the
-formula into the document in address@hidden math-mode format.
+formula from the program in C mode, switch to @LaTeX{} mode, and yank the
+formula into the document in @LaTeX{} math-mode format.
 
 Language modes are selected by typing the letter @kbd{d} followed by a
 shifted letter key.
@@ -14067,7 +14067,7 @@
 convert to lower-case for display and input.
 
 @node TeX and LaTeX Language Modes, Eqn Language Mode, C FORTRAN Pascal, 
Language Modes
address@hidden @TeX{} and address@hidden Language Modes
address@hidden @TeX{} and @LaTeX{} Language Modes
 
 @noindent
 @kindex d T
@@ -14079,38 +14079,38 @@
 The @kbd{d T} (@code{calc-tex-language}) command selects the conventions
 of ``math mode'' in Donald Knuth's @TeX{} typesetting language,
 and the @kbd{d L} (@code{calc-latex-language}) command selects the
-conventions of ``math mode'' in address@hidden, a typesetting language that
-uses @TeX{} as its formatting engine.  Calc's address@hidden language mode can
-read any formula that the @TeX{} language mode can, although address@hidden
+conventions of ``math mode'' in @LaTeX{}, a typesetting language that
+uses @TeX{} as its formatting engine.  Calc's @LaTeX{} language mode can
+read any formula that the @TeX{} language mode can, although @LaTeX{}
 mode may display it differently.
 
 Formulas are entered and displayed in the appropriate notation;
 @texline @math{\sin(a/b)}
 @infoline @expr{sin(a/b)}
 will appear as @samp{\sin\left( @{a \over address@hidden \right)} in @TeX{} 
mode and
address@hidden(address@hidden@address@hidden@}\right)} in address@hidden mode.
address@hidden(address@hidden@address@hidden@}\right)} in @LaTeX{} mode.
 Math formulas are often enclosed by @samp{$ $} signs in @TeX{} and
address@hidden; these should be omitted when interfacing with Calc.  To Calc,
address@hidden; these should be omitted when interfacing with Calc.  To Calc,
 the @samp{$} sign has the same meaning it always does in algebraic
 formulas (a reference to an existing entry on the stack).
 
 Complex numbers are displayed as in @samp{3 + 4i}.  Fractions and
 quotients are written using @code{\over} in @TeX{} mode (as in
address@hidden@{a \over address@hidden) and @code{\frac} in address@hidden mode 
(as in
address@hidden@{a \over address@hidden) and @code{\frac} in @LaTeX{} mode (as in
 @address@hidden@address@hidden@}});  binomial coefficients are written with
 @code{\choose} in @TeX{} mode (as in @address@hidden \choose address@hidden) 
and
address@hidden in address@hidden mode (as in @address@hidden@address@hidden@}}).
address@hidden in @LaTeX{} mode (as in @address@hidden@address@hidden@}}).
 Interval forms are written with @code{\ldots}, and error forms are
 written with @code{\pm}. Absolute values are written as in
 @samp{|x + 1|}, and the floor and ceiling functions are written with
 @code{\lfloor}, @code{\rfloor}, etc. The words @code{\left} and
address@hidden are ignored when reading formulas in @TeX{} and address@hidden
address@hidden are ignored when reading formulas in @TeX{} and @LaTeX{}
 modes.  Both @code{inf} and @code{uinf} are written as @code{\infty};
 when read, @code{\infty} always translates to @code{inf}.
 
 Function calls are written the usual way, with the function name followed
 by the arguments in parentheses.  However, functions for which @TeX{}
-and address@hidden have special names (like @code{\sin}) will use curly braces
+and @LaTeX{} have special names (like @code{\sin}) will use curly braces
 instead of parentheses for very simple arguments.  During input, curly
 braces and parentheses work equally well for grouping, but when the
 document is formatted the curly braces will be invisible.  Thus the
@@ -14125,14 +14125,14 @@
 the @samp{tex} prefix;  the unit name for a @TeX{} point will be
 @samp{pt} instead of @samp{texpt}, for example.
 
-Function and variable names not treated specially by @TeX{} and address@hidden
+Function and variable names not treated specially by @TeX{} and @LaTeX{}
 are simply written out as-is, which will cause them to come out in
 italic letters in the printed document.  If you invoke @kbd{d T} or
 @kbd{d L} with a positive numeric prefix argument, names of more than
 one character will instead be enclosed in a protective commands that
 will prevent them from being typeset in the math italics; they will be
 written @address@hidden@address@hidden in @TeX{} mode and
address@hidden@address@hidden@}} in address@hidden mode.  The
address@hidden@address@hidden@}} in @LaTeX{} mode.  The
 @address@hidden @}} and @address@hidden @}} notations are ignored during
 reading.  If you use a negative prefix argument, such function names are
 written @address@hidden, and function names that begin with @code{\} during
@@ -14143,7 +14143,7 @@
 
 During reading, text of the form @address@hidden ...@: @}} is replaced
 by @samp{[ ...@: ]}.  The same also applies to @code{\pmatrix} and
address@hidden  In address@hidden mode this also applies to
address@hidden  In @LaTeX{} mode this also applies to
 @address@hidden@} ... address@hidden@}},
 @address@hidden@} ... address@hidden@}},
 @address@hidden@} ... address@hidden@}}, as well as
@@ -14153,7 +14153,7 @@
 During output, matrices are displayed in @address@hidden a & b \\ c & 
address@hidden
 format in @TeX{} mode and in
 @address@hidden@} a & b \\ c & d address@hidden@}} format in
address@hidden mode; you may need to edit this afterwards to change to your
address@hidden mode; you may need to edit this afterwards to change to your
 preferred matrix form.  If you invoke @kbd{d T} or @kbd{d L} with an
 argument of 2 or -2, then matrices will be displayed in two-dimensional
 form, such as
@@ -14177,7 +14177,7 @@
 @end example
 
 @noindent
-While this wouldn't bother Calc, it is incorrect address@hidden
+While this wouldn't bother Calc, it is incorrect @LaTeX{}.
 (Similarly for @TeX{}.)
 
 Accents like @code{\tilde} and @code{\bar} translate into function
@@ -14185,7 +14185,7 @@
 sequence is treated as an accent.  The @code{\vec} accent corresponds
 to the function name @code{Vec}, because @code{vec} is the name of
 a built-in Calc function.  The following table shows the accents
-in Calc, @TeX{}, address@hidden and @dfn{eqn} (described in the next section):
+in Calc, @TeX{}, @LaTeX{} and @dfn{eqn} (described in the next section):
 
 @ignore
 @iftex
@@ -14362,7 +14362,7 @@
 @end example
 
 Note that, because these symbols are ignored, reading a @TeX{} or
address@hidden formula into Calc and writing it back out may lose spacing and
address@hidden formula into Calc and writing it back out may lose spacing and
 font information.
 
 Also, the ``discretionary multiplication sign'' @samp{\*} is read
@@ -14528,7 +14528,7 @@
 symbol (these are used to introduce spaces of various widths into
 the typeset output of @dfn{eqn}).
 
-As in address@hidden mode, Calc's formatter omits parentheses around the
+As in @LaTeX{} mode, Calc's formatter omits parentheses around the
 arguments of functions like @code{ln} and @code{sin} if they are
 ``simple-looking''; in this case Calc surrounds the argument with
 braces, separated by a @samp{~} from the function name: @address@hidden@}}.
@@ -15939,7 +15939,7 @@
 @TeX{} language mode (@kbd{d T}; @pxref{TeX and LaTeX Language Modes}).
 
 @item LaTeX
address@hidden language mode (@kbd{d L}; @pxref{TeX and LaTeX Language Modes}).
address@hidden language mode (@kbd{d L}; @pxref{TeX and LaTeX Language Modes}).
 
 @item Eqn
 @dfn{Eqn} language mode (@kbd{d E}; @pxref{Eqn Language Mode}).
@@ -28002,7 +28002,7 @@
 @code{texcc} (a Cicero) and @code{texsp} (a scaled @TeX{} point,
 all dimensions representable in @TeX{} are multiples of this value).
 
-When Calc is using the @TeX{} or address@hidden language mode (@pxref{TeX
+When Calc is using the @TeX{} or @LaTeX{} language mode (@pxref{TeX
 and LaTeX Language Modes}), the @TeX{} specific unit names will not
 use the @samp{tex} prefix; the unit name for a @TeX{} point will be
 @samp{pt} instead of @samp{texpt}, for example.  To avoid conflicts,
@@ -28911,7 +28911,7 @@
 @cindex @samp{=>} operator
 The special algebraic symbol @samp{=>} is known as the @dfn{evaluates-to
 operator}.  (It will show up as an @code{evalto} function call in
-other language modes like Pascal and address@hidden)  This is a binary
+other language modes like Pascal and @LaTeX{}.)  This is a binary
 operator, that is, it has a lefthand and a righthand argument,
 although it can be entered with the righthand argument omitted.
 
@@ -30490,7 +30490,7 @@
 
 Calc will try to guess an appropriate language based on the major mode
 of the editing buffer. (@xref{Language Modes}.) If the current buffer is
-in @code{latex-mode}, for example, Calc will set its language to address@hidden
+in @code{latex-mode}, for example, Calc will set its language to @LaTeX{}.
 Similarly, Calc will use @TeX{} language for @code{tex-mode},
 @code{plain-tex-mode} and @code{context-mode}, C language for
 @code{c-mode} and @code{c++-mode}, FORTRAN language for
@@ -30507,7 +30507,7 @@
 
 @enumerate
 @item
-The @TeX{} and address@hidden math delimiters @samp{$ $}, @samp{$$ $$},
+The @TeX{} and @LaTeX{} math delimiters @samp{$ $}, @samp{$$ $$},
 @samp{\[ \]}, and @samp{\( \)};
 @item
 Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);
@@ -30647,14 +30647,14 @@
 When Embedded mode ``activates'' a formula, i.e., when it examines
 the formula for the first time since the buffer was created or
 loaded, Calc tries to sense the language in which the formula was
-written.  If the formula contains any address@hidden @samp{\} sequences,
-it is parsed (i.e., read) in address@hidden mode.  If the formula appears to
+written.  If the formula contains any @LaTeX{}-like @samp{\} sequences,
+it is parsed (i.e., read) in @LaTeX{} mode.  If the formula appears to
 be written in multi-line Big mode, it is parsed in Big mode.  Otherwise,
 it is parsed according to the current language mode.
 
 Note that Calc does not change the current language mode according
-the formula it reads in.  Even though it can read a address@hidden formula when
-not in address@hidden mode, it will immediately rewrite this formula using
+the formula it reads in.  Even though it can read a @LaTeX{} formula when
+not in @LaTeX{} mode, it will immediately rewrite this formula using
 whatever language mode is in effect.
 
 @tex
@@ -30675,8 +30675,8 @@
 
 Plain formulas are preceded and followed by @samp{%%%} signs
 by default.  This notation has the advantage that the @samp{%}
-character begins a comment in @TeX{} and address@hidden, so if your formula is
-embedded in a @TeX{} or address@hidden document its plain version will be
+character begins a comment in @TeX{} and @LaTeX{}, so if your formula is
+embedded in a @TeX{} or @LaTeX{} document its plain version will be
 invisible in the final printed copy.  Certain major modes have different
 delimiters to ensure that the ``plain'' version will be
 in a comment for those modes, also.
@@ -30962,7 +30962,7 @@
 @noindent
 where the leading and trailing @samp{---} can be replaced by
 any suitable strings (which must be the same on all three lines)
-or omitted altogether; in a @TeX{} or address@hidden file, @samp{%} would be a 
good
+or omitted altogether; in a @TeX{} or @LaTeX{} file, @samp{%} would be a good
 leading string and no trailing string would be necessary.  In a
 C program, @samp{/*} and @samp{*/} would be good leading and
 trailing strings.
@@ -35392,7 +35392,7 @@
 Embedded mode understands by default are:
 @enumerate
 @item
-The @TeX{} and address@hidden math delimiters @samp{$ $}, @samp{$$ $$},
+The @TeX{} and @LaTeX{} math delimiters @samp{$ $}, @samp{$$ $$},
 @samp{\[ \]}, and @samp{\( \)};
 @item
 Lines beginning with @samp{\begin} and @samp{\end} (except matrix delimiters);

=== modified file 'doc/misc/dired-x.texi'
--- a/doc/misc/dired-x.texi     2012-05-27 02:30:29 +0000
+++ b/doc/misc/dired-x.texi     2012-05-28 23:35:09 +0000
@@ -429,7 +429,7 @@
 @cindex Tib files, how to omit them in Dired
 @cindex Omitting tib files in Dired
 If you use @code{tib}, the bibliography program for use with @TeX{} and
address@hidden, and you
address@hidden, and you
 want to omit the @file{INDEX} and the @file{*-t.tex} files, then put
 
 @example
@@ -741,7 +741,7 @@
 
 @item dired-clean-tex
 @findex dired-clean-tex
-Flag dispensable files created by @TeX{}, address@hidden, and @samp{texinfo} 
for
+Flag dispensable files created by @TeX{}, @LaTeX{}, and @samp{texinfo} for
 deletion.  See the following variables (@pxref{Advanced Cleaning Variables}):
 
 @itemize @bullet
@@ -757,7 +757,7 @@
 
 @item dired-very-clean-tex
 @findex dired-very-clean-tex
-Flag dispensable files created by @TeX{}, address@hidden, @samp{texinfo},
+Flag dispensable files created by @TeX{}, @LaTeX{}, @samp{texinfo},
 and @file{*.dvi} files for deletion.
 @end table
 
@@ -791,7 +791,7 @@
 @vindex dired-latex-unclean-extensions
 Default: @code{(".idx" ".lof" ".lot" ".glo")}
 
-List of extensions of dispensable files created by address@hidden
+List of extensions of dispensable files created by @LaTeX{}.
 
 @item dired-bibtex-unclean-extensions
 @vindex dired-bibtex-unclean-extensions


reply via email to

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