aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2011-12-29 18:52:49 -0800
committerPaul Eggert2011-12-29 18:52:49 -0800
commit9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch)
tree74e717ced1fa94d505e3ace360f3c9280bd9b2fa /doc/misc
parent2cae5ba432fc30042950c073b7ec7807bb98bcde (diff)
downloademacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz
emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip
Spelling fixes.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/nxml-mode.texi3
-rw-r--r--doc/misc/reftex.texi30
3 files changed, 17 insertions, 18 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index d0c15c1940e..99029e0a83a 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -11100,7 +11100,7 @@ pairwise relatively prime) is
11100@texline @math{15\times 19\times 28 = 7980} years. 11100@texline @math{15\times 19\times 28 = 7980} years.
11101@infoline 15*19*28 = 7980 years. 11101@infoline 15*19*28 = 7980 years.
11102This is the length of a Julian cycle. Working backwards, the previous 11102This is the length of a Julian cycle. Working backwards, the previous
11103year in which all three cycles began was 4713 BC, and so Scalinger 11103year in which all three cycles began was 4713 BC, and so Scaliger
11104chose that year as the beginning of a Julian cycle. Since at the time 11104chose that year as the beginning of a Julian cycle. Since at the time
11105there were no historical records from before 4713 BC, using this year 11105there were no historical records from before 4713 BC, using this year
11106as a starting point had the advantage of avoiding negative year 11106as a starting point had the advantage of avoiding negative year
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index 27603440413..0cb0a82a468 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -878,7 +878,7 @@ the document in different ways, since the XML Recommendation does not
878require XML parsers to read the DTD. With DTDs, it was impractical to 878require XML parsers to read the DTD. With DTDs, it was impractical to
879get validation without using an external DTD or reference to an 879get validation without using an external DTD or reference to an
880parameter entity. With RELAX NG and other schema languages, you can 880parameter entity. With RELAX NG and other schema languages, you can
881simulataneously get the benefits of validation and standalone XML 881simultaneously get the benefits of validation and standalone XML
882documents. Therefore, I recommend that you do not reference an 882documents. Therefore, I recommend that you do not reference an
883external DOCTYPE in your XML documents. 883external DOCTYPE in your XML documents.
884 884
@@ -908,4 +908,3 @@ specification are not enforced.
908@end itemize 908@end itemize
909 909
910@bye 910@bye
911
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 3944b712338..e7e794926b7 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -90,7 +90,7 @@ Don't be discouraged by the size of this manual, which covers
90Nutshell}). You can go back later to other parts of this document when 90Nutshell}). You can go back later to other parts of this document when
91needed. 91needed.
92 92
93@insertcopying 93@insertcopying
94 94
95@menu 95@menu
96* Introduction:: Quick-Start information. 96* Introduction:: Quick-Start information.
@@ -157,7 +157,7 @@ Citations
157* Citation Info:: View the corresponding database entry. 157* Citation Info:: View the corresponding database entry.
158* Chapterbib and Bibunits:: Multiple bibliographies in a Document. 158* Chapterbib and Bibunits:: Multiple bibliographies in a Document.
159* Citations Outside LaTeX:: How to make citations in Emails etc. 159* Citations Outside LaTeX:: How to make citations in Emails etc.
160* BibTeX Database Subsets:: Extract parts of a big database. 160* BibTeX Database Subsets:: Extract parts of a big database.
161 161
162Index Support 162Index Support
163 163
@@ -1672,7 +1672,7 @@ support for citations helps to select the correct key quickly.
1672* Citation Info:: View the corresponding database entry. 1672* Citation Info:: View the corresponding database entry.
1673* Chapterbib and Bibunits:: Multiple bibliographies in a Document. 1673* Chapterbib and Bibunits:: Multiple bibliographies in a Document.
1674* Citations Outside LaTeX:: How to make citations in Emails etc. 1674* Citations Outside LaTeX:: How to make citations in Emails etc.
1675* BibTeX Database Subsets:: Extract parts of a big database. 1675* BibTeX Database Subsets:: Extract parts of a big database.
1676@end menu 1676@end menu
1677 1677
1678@node Creating Citations, Citation Styles, , Citations 1678@node Creating Citations, Citation Styles, , Citations
@@ -1776,12 +1776,12 @@ separate @code{\cite} macro for each of it.
1776@item e 1776@item e
1777Create a new BibTeX database file which contains all @i{marked} entries 1777Create a new BibTeX database file which contains all @i{marked} entries
1778in the selection buffer. If no entries are marked, all entries are 1778in the selection buffer. If no entries are marked, all entries are
1779selected. 1779selected.
1780 1780
1781@item E 1781@item E
1782Create a new BibTeX database file which contains all @i{unmarked} 1782Create a new BibTeX database file which contains all @i{unmarked}
1783entries in the selection buffer. If no entries are marked, all entries 1783entries in the selection buffer. If no entries are marked, all entries
1784are selected. 1784are selected.
1785 1785
1786@item @key{TAB} 1786@item @key{TAB}
1787Enter a citation key with completion. This may also be a key which does 1787Enter a citation key with completion. This may also be a key which does
@@ -3215,7 +3215,7 @@ way.
3215 3215
3216Before calling a @b{Ref@TeX{}} function, the style hook should always 3216Before calling a @b{Ref@TeX{}} function, the style hook should always
3217test for the availability of the function, so that the style file will 3217test for the availability of the function, so that the style file will
3218also work for people who do not use @b{Ref@TeX{}}. 3218also work for people who do not use @b{Ref@TeX{}}.
3219 3219
3220Additions made with style files in the way described below remain local 3220Additions made with style files in the way described below remain local
3221to the current document. For example, if one package uses AMSTeX, the 3221to the current document. For example, if one package uses AMSTeX, the
@@ -3714,7 +3714,7 @@ Produce a list of all duplicate labels in the document.
3714Create a new BibTeX database file with all entries referenced in document. 3714Create a new BibTeX database file with all entries referenced in document.
3715The command prompts for a filename and writes the collected entries to 3715The command prompts for a filename and writes the collected entries to
3716that file. Only entries referenced in the current document with 3716that file. Only entries referenced in the current document with
3717any @code{\cite}-like macros are used. 3717any @code{\cite}-like macros are used.
3718The sequence in the new file is the same as it was in the old database. 3718The sequence in the new file is the same as it was in the old database.
3719@end deffn 3719@end deffn
3720 3720
@@ -3819,7 +3819,7 @@ only in that frame. So when creating that frame (with @kbd{d} key in an
3819ordinary TOC window), the automatic recentering is turned on. When the 3819ordinary TOC window), the automatic recentering is turned on. When the
3820frame gets destroyed, automatic recentering is turned off again. 3820frame gets destroyed, automatic recentering is turned off again.
3821 3821
3822This feature can be turned on and off from the menu 3822This feature can be turned on and off from the menu
3823(Ref->Options). 3823(Ref->Options).
3824@end defopt 3824@end defopt
3825 3825
@@ -4095,7 +4095,7 @@ Possible values for this option are:
4095t @r{This means to trust any label prefixes found.} 4095t @r{This means to trust any label prefixes found.}
4096regexp @r{If a regexp, only prefixes matched by the regexp are trusted.} 4096regexp @r{If a regexp, only prefixes matched by the regexp are trusted.}
4097list @r{List of accepted prefixes, as strings. The colon is part of} 4097list @r{List of accepted prefixes, as strings. The colon is part of}
4098 @r{the prefix, e.g. ("fn:" "eqn:" "item:").} 4098 @r{the prefix, e.g. ("fn:" "eqn:" "item:").}
4099nil @r{Never trust a label prefix.} 4099nil @r{Never trust a label prefix.}
4100@end example 4100@end example
4101The only disadvantage of using this feature is that the label context 4101The only disadvantage of using this feature is that the label context
@@ -5179,11 +5179,11 @@ Fixed bug with @samp{%F} in a label prefix. Added new escapes
5179 5179
5180@noindent @b{Version 4.24} 5180@noindent @b{Version 4.24}
5181@itemize @bullet 5181@itemize @bullet
5182@item 5182@item
5183Inserting citation commands now prompts for optional arguments 5183Inserting citation commands now prompts for optional arguments
5184when called with a prefix argument. Related new options are 5184when called with a prefix argument. Related new options are
5185@code{reftex-cite-prompt-optional-args} and 5185@code{reftex-cite-prompt-optional-args} and
5186@code{reftex-cite-cleanup-optional-args}. 5186@code{reftex-cite-cleanup-optional-args}.
5187@item 5187@item
5188New option @code{reftex-trust-label-prefix}. Configure this variable 5188New option @code{reftex-trust-label-prefix}. Configure this variable
5189if you'd like RefTeX to base its classification of labels on prefixes. 5189if you'd like RefTeX to base its classification of labels on prefixes.
@@ -5199,7 +5199,7 @@ after words. Disabled indexing in comment lines.
5199 5199
5200@noindent @b{Version 4.22} 5200@noindent @b{Version 4.22}
5201@itemize @bullet 5201@itemize @bullet
5202@item 5202@item
5203New command @code{reftex-create-bibtex-file} to create a new database 5203New command @code{reftex-create-bibtex-file} to create a new database
5204with all entries referenced in the current document. 5204with all entries referenced in the current document.
5205@item 5205@item
@@ -5209,7 +5209,7 @@ from entries marked in a citation selection buffer.
5209 5209
5210@noindent @b{Version 4.21} 5210@noindent @b{Version 4.21}
5211@itemize @bullet 5211@itemize @bullet
5212@item 5212@item
5213Renaming labels from the toc buffer with key @kbd{M-%}. 5213Renaming labels from the toc buffer with key @kbd{M-%}.
5214@end itemize 5214@end itemize
5215 5215
@@ -5342,7 +5342,7 @@ default stuff which has been moved to a constant.
5342@item 5342@item
5343Environments like theorems can be placed into the TOC by putting 5343Environments like theorems can be placed into the TOC by putting
5344entries for @samp{"begin@{theorem@}"} in 5344entries for @samp{"begin@{theorem@}"} in
5345@code{reftex-setion-levels}. 5345@code{reftex-section-levels}.
5346@end itemize 5346@end itemize
5347 5347
5348@noindent @b{Version 4.06} 5348@noindent @b{Version 4.06}
@@ -5425,7 +5425,7 @@ File search further refined. New option @code{reftex-file-extensions}.
5425document, all labels and associated context. New keys @kbd{i}, @kbd{l}, 5425document, all labels and associated context. New keys @kbd{i}, @kbd{l},
5426and @kbd{c}. New options @code{reftex-toc-include-labels}, 5426and @kbd{c}. New options @code{reftex-toc-include-labels},
5427@code{reftex-toc-include-context}, 5427@code{reftex-toc-include-context},
5428@code{reftex-toc-include-file-boundaries}. 5428@code{reftex-toc-include-file-boundaries}.
5429@end itemize 5429@end itemize
5430 5430
5431@noindent @b{Version 3.41} 5431@noindent @b{Version 3.41}