diff options
| author | Werner LEMBERG | 2005-03-25 10:17:33 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2005-03-25 10:17:33 +0000 |
| commit | 2cbd16b93ebcaec3f42fcc9de129f53792583adb (patch) | |
| tree | 38a6fa9a1c278f5dec9fb1e74f1c9fc86829e5e4 /man/reftex.texi | |
| parent | f8b00e0f4a6140a6a390ffb97c8f984bbf7df2de (diff) | |
| download | emacs-2cbd16b93ebcaec3f42fcc9de129f53792583adb.tar.gz emacs-2cbd16b93ebcaec3f42fcc9de129f53792583adb.zip | |
* calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace
`legal' with `valid'.
Diffstat (limited to 'man/reftex.texi')
| -rw-r--r-- | man/reftex.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/reftex.texi b/man/reftex.texi index c633540b28b..0d3c5bdc32e 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -737,7 +737,7 @@ the context of the label definition and constructs a label from | |||
| 737 | that@footnote{Note that the context may contain constructs which are | 737 | that@footnote{Note that the context may contain constructs which are |
| 738 | invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from | 738 | invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from |
| 739 | accented Latin-1 characters and remove everything else which is not | 739 | accented Latin-1 characters and remove everything else which is not |
| 740 | legal in labels. This mechanism is safe, but may not be satisfactory | 740 | valid in labels. This mechanism is safe, but may not be satisfactory |
| 741 | for non-western languages. Check the following variables if you need to | 741 | for non-western languages. Check the following variables if you need to |
| 742 | change things: @code{reftex-translate-to-ascii-function}, | 742 | change things: @code{reftex-translate-to-ascii-function}, |
| 743 | @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re}, | 743 | @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re}, |
| @@ -2833,7 +2833,7 @@ to be changed for other languages. See the variables | |||
| 2833 | @vindex reftex-translate-to-ascii-function | 2833 | @vindex reftex-translate-to-ascii-function |
| 2834 | @vindex reftex-label-illegal-re | 2834 | @vindex reftex-label-illegal-re |
| 2835 | Also, when a label is derived from context, @b{Ref@TeX{}} clears the | 2835 | Also, when a label is derived from context, @b{Ref@TeX{}} clears the |
| 2836 | context string from non-ASCII characters in order to make a legal label. | 2836 | context string from non-ASCII characters in order to make a valid label. |
| 2837 | If there should ever be a version of @TeX{} which allows extended | 2837 | If there should ever be a version of @TeX{} which allows extended |
| 2838 | characters @emph{in labels}, then we will have to look at the | 2838 | characters @emph{in labels}, then we will have to look at the |
| 2839 | variables @code{reftex-translate-to-ascii-function} and | 2839 | variables @code{reftex-translate-to-ascii-function} and |
| @@ -4120,7 +4120,7 @@ Flags governing label insertion. The value has the form | |||
| 4120 | 4120 | ||
| 4121 | If @var{derive}is @code{t}, @b{Ref@TeX{}} will try to derive a sensible | 4121 | If @var{derive}is @code{t}, @b{Ref@TeX{}} will try to derive a sensible |
| 4122 | label from context. A section label for example will be derived from | 4122 | label from context. A section label for example will be derived from |
| 4123 | the section heading. The conversion of the context to a legal label is | 4123 | the section heading. The conversion of the context to a valid label is |
| 4124 | governed by the specifications given in | 4124 | governed by the specifications given in |
| 4125 | @code{reftex-derive-label-parameters}. If @var{derive} is @code{nil}, | 4125 | @code{reftex-derive-label-parameters}. If @var{derive} is @code{nil}, |
| 4126 | the default label will consist of the prefix and a unique number, like | 4126 | the default label will consist of the prefix and a unique number, like |
| @@ -4166,7 +4166,7 @@ buffer. | |||
| 4166 | @end deffn | 4166 | @end deffn |
| 4167 | 4167 | ||
| 4168 | @deffn Hook reftex-string-to-label-function | 4168 | @deffn Hook reftex-string-to-label-function |
| 4169 | Function to turn an arbitrary string into a legal label. | 4169 | Function to turn an arbitrary string into a valid label. |
| 4170 | @b{Ref@TeX{}}'s default function uses the variable | 4170 | @b{Ref@TeX{}}'s default function uses the variable |
| 4171 | @code{reftex-derive-label-parameters}. | 4171 | @code{reftex-derive-label-parameters}. |
| 4172 | @end deffn | 4172 | @end deffn |
| @@ -4174,7 +4174,7 @@ Function to turn an arbitrary string into a legal label. | |||
| 4174 | @deffn Hook reftex-translate-to-ascii-function | 4174 | @deffn Hook reftex-translate-to-ascii-function |
| 4175 | Filter function which will process a context string before it is used to | 4175 | Filter function which will process a context string before it is used to |
| 4176 | derive a label from it. The intended application is to convert ISO or | 4176 | derive a label from it. The intended application is to convert ISO or |
| 4177 | Mule characters into something legal in labels. The default function | 4177 | Mule characters into something valid in labels. The default function |
| 4178 | @code{reftex-latin1-to-ascii} removes the accents from Latin-1 | 4178 | @code{reftex-latin1-to-ascii} removes the accents from Latin-1 |
| 4179 | characters. X-Symbol (>=2.6) sets this variable to the much more | 4179 | characters. X-Symbol (>=2.6) sets this variable to the much more |
| 4180 | general @code{x-symbol-translate-to-ascii}. | 4180 | general @code{x-symbol-translate-to-ascii}. |
| @@ -4558,7 +4558,7 @@ indexing from the phrase buffer. | |||
| 4558 | 4558 | ||
| 4559 | The final entry may also be a symbol. It must have an association in | 4559 | The final entry may also be a symbol. It must have an association in |
| 4560 | the variable @code{reftex-index-macros-builtin} to specify the main | 4560 | the variable @code{reftex-index-macros-builtin} to specify the main |
| 4561 | indexing package you are using. Legal values are currently | 4561 | indexing package you are using. Valid values are currently |
| 4562 | @example | 4562 | @example |
| 4563 | default @r{The LaTeX default - unnecessary to specify this one} | 4563 | default @r{The LaTeX default - unnecessary to specify this one} |
| 4564 | multind @r{The multind.sty package} | 4564 | multind @r{The multind.sty package} |
| @@ -4590,7 +4590,7 @@ Default index tag. When working with multiple indexes, RefTeX queries | |||
| 4590 | for an index tag when creating index entries or displaying a specific | 4590 | for an index tag when creating index entries or displaying a specific |
| 4591 | index. This variable controls the default offered for these queries. | 4591 | index. This variable controls the default offered for these queries. |
| 4592 | The default can be selected with @key{RET} during selection or | 4592 | The default can be selected with @key{RET} during selection or |
| 4593 | completion. Legal values of this variable are: | 4593 | completion. Valid values of this variable are: |
| 4594 | @example | 4594 | @example |
| 4595 | nil @r{Do not provide a default index} | 4595 | nil @r{Do not provide a default index} |
| 4596 | "tag" @r{The default index tag given as a string, e.g. "idx"} | 4596 | "tag" @r{The default index tag given as a string, e.g. "idx"} |
| @@ -4830,9 +4830,9 @@ This is a list of items, each item is like: | |||
| 4830 | @example | 4830 | @example |
| 4831 | @var{type}: @r{File type like @code{"bib"} or @code{"tex"}.} | 4831 | @var{type}: @r{File type like @code{"bib"} or @code{"tex"}.} |
| 4832 | @var{def-ext}: @r{The default extension for that file type, like @code{".tex"} or @code{".bib"}.} | 4832 | @var{def-ext}: @r{The default extension for that file type, like @code{".tex"} or @code{".bib"}.} |
| 4833 | @var{other-ext}: @r{Any number of other legal extensions for this file type.} | 4833 | @var{other-ext}: @r{Any number of other valid extensions for this file type.} |
| 4834 | @end example | 4834 | @end example |
| 4835 | When a files is searched and it does not have any of the legal extensions, | 4835 | When a files is searched and it does not have any of the valid extensions, |
| 4836 | we try the default extension first, and then the naked file name. | 4836 | we try the default extension first, and then the naked file name. |
| 4837 | @end defopt | 4837 | @end defopt |
| 4838 | 4838 | ||
| @@ -5457,7 +5457,7 @@ lowercase labels (default @code{t}). | |||
| 5457 | All @file{.rel} files have a final newline to avoid queries. | 5457 | All @file{.rel} files have a final newline to avoid queries. |
| 5458 | @item | 5458 | @item |
| 5459 | Single byte representations of accented European letters (ISO-8859-1) | 5459 | Single byte representations of accented European letters (ISO-8859-1) |
| 5460 | are now legal in labels. | 5460 | are now valid in labels. |
| 5461 | @end itemize | 5461 | @end itemize |
| 5462 | 5462 | ||
| 5463 | @noindent @b{Version 3.33} | 5463 | @noindent @b{Version 3.33} |