diff options
| author | Werner LEMBERG | 2005-03-25 09:18:26 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2005-03-25 09:18:26 +0000 |
| commit | ce7c7522955c001ec2242c9053c5bb2c4644fc8d (patch) | |
| tree | 71ca4e6b78906a2ea36bb0b2d1037cbe455004c8 | |
| parent | 5181ff9f3d68ae3e1fe260430c1924fafa5b77c6 (diff) | |
| download | emacs-ce7c7522955c001ec2242c9053c5bb2c4644fc8d.tar.gz emacs-ce7c7522955c001ec2242c9053c5bb2c4644fc8d.zip | |
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/calc.texi | 15 | ||||
| -rw-r--r-- | man/reftex.texi | 15 |
3 files changed, 20 insertions, 14 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 675ddeb4c63..4292d378d51 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-25 Werner Lemberg <wl@gnu.org> | ||
| 2 | |||
| 3 | * calc.texi, reftex.texi: Replace `illegal' with `invalid'. | ||
| 4 | |||
| 1 | 2005-03-24 Jay Belanger <belanger@truman.edu> | 5 | 2005-03-24 Jay Belanger <belanger@truman.edu> |
| 2 | 6 | ||
| 3 | * calc.texi (General Mode Commands) | 7 | * calc.texi (General Mode Commands) |
diff --git a/man/calc.texi b/man/calc.texi index 82282cad881..5a5d1e31eb1 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -83,7 +83,7 @@ | |||
| 83 | @copying | 83 | @copying |
| 84 | This file documents Calc, the GNU Emacs calculator. | 84 | This file documents Calc, the GNU Emacs calculator. |
| 85 | 85 | ||
| 86 | Copyright (C) 1990, 1991, 2001, 2002 Free Software Foundation, Inc. | 86 | Copyright (C) 1990, 1991, 2001, 2002, 2005 Free Software Foundation, Inc. |
| 87 | 87 | ||
| 88 | @quotation | 88 | @quotation |
| 89 | Permission is granted to copy, distribute and/or modify this document | 89 | Permission is granted to copy, distribute and/or modify this document |
| @@ -111,14 +111,15 @@ Software Foundation raise funds for GNU development.'' | |||
| 111 | @center GNU Emacs Calc Version 2.02g | 111 | @center GNU Emacs Calc Version 2.02g |
| 112 | @c [volume] | 112 | @c [volume] |
| 113 | @sp 1 | 113 | @sp 1 |
| 114 | @center January 2002 | 114 | @center March 2005 |
| 115 | @sp 5 | 115 | @sp 5 |
| 116 | @center Dave Gillespie | 116 | @center Dave Gillespie |
| 117 | @center daveg@@synaptics.com | 117 | @center daveg@@synaptics.com |
| 118 | @page | 118 | @page |
| 119 | 119 | ||
| 120 | @vskip 0pt plus 1filll | 120 | @vskip 0pt plus 1filll |
| 121 | Copyright @copyright{} 1990, 1991, 2001, 2002 Free Software Foundation, Inc. | 121 | Copyright @copyright{} 1990, 1991, 2001, 2002, 2005 |
| 122 | Free Software Foundation, Inc. | ||
| 122 | @insertcopying | 123 | @insertcopying |
| 123 | @end titlepage | 124 | @end titlepage |
| 124 | 125 | ||
| @@ -16037,7 +16038,7 @@ commands work by removing the top one or two values from the stack, | |||
| 16037 | performing the desired operation, and pushing the result back onto the | 16038 | performing the desired operation, and pushing the result back onto the |
| 16038 | stack. If the operation cannot be performed, the result pushed is a | 16039 | stack. If the operation cannot be performed, the result pushed is a |
| 16039 | formula instead of a number, such as @samp{2/0} (because division by zero | 16040 | formula instead of a number, such as @samp{2/0} (because division by zero |
| 16040 | is illegal) or @samp{sqrt(x)} (because the argument @samp{x} is a formula). | 16041 | is invalid) or @samp{sqrt(x)} (because the argument @samp{x} is a formula). |
| 16041 | 16042 | ||
| 16042 | Most of the commands described here can be invoked by a single keystroke. | 16043 | Most of the commands described here can be invoked by a single keystroke. |
| 16043 | Some of the more obscure ones are two-letter sequences beginning with | 16044 | Some of the more obscure ones are two-letter sequences beginning with |
| @@ -19527,7 +19528,7 @@ packing mode (an integer or a vector of integers) and @var{items} | |||
| 19527 | is a vector of objects to be packed (re-packed, really) according | 19528 | is a vector of objects to be packed (re-packed, really) according |
| 19528 | to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])} | 19529 | to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])} |
| 19529 | yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is | 19530 | yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is |
| 19530 | left in symbolic form if the packing mode is illegal, or if the | 19531 | left in symbolic form if the packing mode is invalid, or if the |
| 19531 | number of data items does not match the number of items required | 19532 | number of data items does not match the number of items required |
| 19532 | by the mode. | 19533 | by the mode. |
| 19533 | 19534 | ||
| @@ -25282,7 +25283,7 @@ Calc computes the number of iterations using the formula | |||
| 25282 | after simplification as if by @kbd{a s}, evaluate to an integer. | 25283 | after simplification as if by @kbd{a s}, evaluate to an integer. |
| 25283 | 25284 | ||
| 25284 | If the number of iterations according to the above formula does | 25285 | If the number of iterations according to the above formula does |
| 25285 | not come out to an integer, the sum is illegal and will be left | 25286 | not come out to an integer, the sum is invalid and will be left |
| 25286 | in symbolic form. However, closed forms are still supplied, and | 25287 | in symbolic form. However, closed forms are still supplied, and |
| 25287 | you are on your honor not to misuse the resulting formulas by | 25288 | you are on your honor not to misuse the resulting formulas by |
| 25288 | substituting mismatched bounds into them. For example, | 25289 | substituting mismatched bounds into them. For example, |
| @@ -32821,7 +32822,7 @@ this function returns the selected portions rather than the entire | |||
| 32821 | stack elements. It can be given a third ``selection-mode'' argument | 32822 | stack elements. It can be given a third ``selection-mode'' argument |
| 32822 | which selects other behaviors. If it is the symbol @code{t}, then | 32823 | which selects other behaviors. If it is the symbol @code{t}, then |
| 32823 | a selection in any of the requested stack elements produces an | 32824 | a selection in any of the requested stack elements produces an |
| 32824 | ``illegal operation on selections'' error. If it is the symbol @code{full}, | 32825 | ``invalid operation on selections'' error. If it is the symbol @code{full}, |
| 32825 | the whole stack entry is always returned regardless of selections. | 32826 | the whole stack entry is always returned regardless of selections. |
| 32826 | If it is the symbol @code{sel}, the selected portion is always returned, | 32827 | If it is the symbol @code{sel}, the selected portion is always returned, |
| 32827 | or @code{nil} if there is no selection. (This mode ignores the @kbd{j e} | 32828 | or @code{nil} if there is no selection. (This mode ignores the @kbd{j e} |
diff --git a/man/reftex.texi b/man/reftex.texi index 7de16dcb0e1..c633540b28b 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @c Version and Contact Info | 9 | @c Version and Contact Info |
| 10 | @set VERSION 4.24 | 10 | @set VERSION 4.24 |
| 11 | @set EDITION 4.24 | 11 | @set EDITION 4.24 |
| 12 | @set DATE August 2004 | 12 | @set DATE March 2005 |
| 13 | @set AUCTEXSITE @uref{http://www.nongnu.org/auctex/,AUCTeX distribution site} | 13 | @set AUCTEXSITE @uref{http://www.nongnu.org/auctex/,AUCTeX distribution site} |
| 14 | @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/,maintainers webpage} | 14 | @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/,maintainers webpage} |
| 15 | @set MAINTAINER Carsten Dominik | 15 | @set MAINTAINER Carsten Dominik |
| @@ -25,7 +25,8 @@ citations and indices for LaTeX documents with Emacs. | |||
| 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for | 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for |
| 26 | @b{Ref@TeX{}} @value{VERSION} | 26 | @b{Ref@TeX{}} @value{VERSION} |
| 27 | 27 | ||
| 28 | Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | 28 | Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2005 |
| 29 | Free Software Foundation, Inc. | ||
| 29 | 30 | ||
| 30 | @quotation | 31 | @quotation |
| 31 | Permission is granted to copy, distribute and/or modify this document | 32 | Permission is granted to copy, distribute and/or modify this document |
| @@ -734,7 +735,7 @@ indicating the type of the label and a unique mark. @b{Ref@TeX{}} has | |||
| 734 | A label can be derived from context. This means, @b{Ref@TeX{}} takes | 735 | A label can be derived from context. This means, @b{Ref@TeX{}} takes |
| 735 | the context of the label definition and constructs a label from | 736 | the context of the label definition and constructs a label from |
| 736 | that@footnote{Note that the context may contain constructs which are | 737 | that@footnote{Note that the context may contain constructs which are |
| 737 | illegal in labels. @b{Ref@TeX{}} will therefore strip the accent from | 738 | invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from |
| 738 | accented Latin-1 characters and remove everything else which is not | 739 | accented Latin-1 characters and remove everything else which is not |
| 739 | legal in labels. This mechanism is safe, but may not be satisfactory | 740 | legal in labels. This mechanism is safe, but may not be satisfactory |
| 740 | 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 |
| @@ -4187,9 +4188,9 @@ list of the following items: | |||
| 4187 | Number of words to use. | 4188 | Number of words to use. |
| 4188 | @item @var{maxchar} | 4189 | @item @var{maxchar} |
| 4189 | Maximum number of characters in a label string. | 4190 | Maximum number of characters in a label string. |
| 4190 | @item @var{illegal} | 4191 | @item @var{invalid} |
| 4191 | @code{nil}: Throw away any words containing characters illegal in labels.@* | 4192 | @code{nil}: Throw away any words containing characters invalid in labels.@* |
| 4192 | @code{t}: Throw away only the illegal characters, not the whole word. | 4193 | @code{t}: Throw away only the invalid characters, not the whole word. |
| 4193 | @item @var{abbrev} | 4194 | @item @var{abbrev} |
| 4194 | @code{nil}: Never abbreviate words.@* | 4195 | @code{nil}: Never abbreviate words.@* |
| 4195 | @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@* | 4196 | @code{t}: Always abbreviate words (see @code{reftex-abbrev-parameters}).@* |
| @@ -4204,7 +4205,7 @@ List of words which should not be part of labels. | |||
| 4204 | @end defopt | 4205 | @end defopt |
| 4205 | 4206 | ||
| 4206 | @defopt reftex-label-illegal-re | 4207 | @defopt reftex-label-illegal-re |
| 4207 | Regexp matching characters not legal in labels. | 4208 | Regexp matching characters not valid in labels. |
| 4208 | @end defopt | 4209 | @end defopt |
| 4209 | 4210 | ||
| 4210 | @defopt reftex-abbrev-parameters | 4211 | @defopt reftex-abbrev-parameters |