Mercurial > emacs
diff man/reftex.texi @ 60919:3ad3287d2e49
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
| author | Werner LEMBERG <wl@gnu.org> |
|---|---|
| date | Fri, 25 Mar 2005 09:18:26 +0000 |
| parents | 03809ff92a7f |
| children | bae786986f2e |
line wrap: on
line diff
--- a/man/reftex.texi Fri Mar 25 09:03:24 2005 +0000 +++ b/man/reftex.texi Fri Mar 25 09:18:26 2005 +0000 @@ -9,7 +9,7 @@ @c Version and Contact Info @set VERSION 4.24 @set EDITION 4.24 -@set DATE August 2004 +@set DATE March 2005 @set AUCTEXSITE @uref{http://www.nongnu.org/auctex/,AUCTeX distribution site} @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/,maintainers webpage} @set MAINTAINER Carsten Dominik @@ -25,7 +25,8 @@ This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for @b{Ref@TeX{}} @value{VERSION} -Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2005 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -734,7 +735,7 @@ A label can be derived from context. This means, @b{Ref@TeX{}} takes the context of the label definition and constructs a label from that@footnote{Note that the context may contain constructs which are -illegal in labels. @b{Ref@TeX{}} will therefore strip the accent from +invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from accented Latin-1 characters and remove everything else which is not legal in labels. This mechanism is safe, but may not be satisfactory for non-western languages. Check the following variables if you need to @@ -4187,9 +4188,9 @@ Number of words to use. @item @var{maxchar} Maximum number of characters in a label string. -@item @var{illegal} -@code{nil}: Throw away any words containing characters illegal in labels.@* -@code{t}: Throw away only the illegal characters, not the whole word. +@item @var{invalid} +@code{nil}: Throw away any words containing characters invalid in labels.@* +@code{t}: Throw away only the invalid characters, not the whole word. @item @var{abbrev} @code{nil}: Never abbreviate words.@* @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@* @@ -4204,7 +4205,7 @@ @end defopt @defopt reftex-label-illegal-re -Regexp matching characters not legal in labels. +Regexp matching characters not valid in labels. @end defopt @defopt reftex-abbrev-parameters
