aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner LEMBERG2005-03-25 09:18:26 +0000
committerWerner LEMBERG2005-03-25 09:18:26 +0000
commitce7c7522955c001ec2242c9053c5bb2c4644fc8d (patch)
tree71ca4e6b78906a2ea36bb0b2d1037cbe455004c8
parent5181ff9f3d68ae3e1fe260430c1924fafa5b77c6 (diff)
downloademacs-ce7c7522955c001ec2242c9053c5bb2c4644fc8d.tar.gz
emacs-ce7c7522955c001ec2242c9053c5bb2c4644fc8d.zip
* calc.texi, reftex.texi: Replace `illegal' with `invalid'.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/calc.texi15
-rw-r--r--man/reftex.texi15
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 @@
12005-03-25 Werner Lemberg <wl@gnu.org>
2
3 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
4
12005-03-24 Jay Belanger <belanger@truman.edu> 52005-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
84This file documents Calc, the GNU Emacs calculator. 84This file documents Calc, the GNU Emacs calculator.
85 85
86Copyright (C) 1990, 1991, 2001, 2002 Free Software Foundation, Inc. 86Copyright (C) 1990, 1991, 2001, 2002, 2005 Free Software Foundation, Inc.
87 87
88@quotation 88@quotation
89Permission is granted to copy, distribute and/or modify this document 89Permission 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
121Copyright @copyright{} 1990, 1991, 2001, 2002 Free Software Foundation, Inc. 121Copyright @copyright{} 1990, 1991, 2001, 2002, 2005
122Free 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,
16037performing the desired operation, and pushing the result back onto the 16038performing the desired operation, and pushing the result back onto the
16038stack. If the operation cannot be performed, the result pushed is a 16039stack. If the operation cannot be performed, the result pushed is a
16039formula instead of a number, such as @samp{2/0} (because division by zero 16040formula instead of a number, such as @samp{2/0} (because division by zero
16040is illegal) or @samp{sqrt(x)} (because the argument @samp{x} is a formula). 16041is invalid) or @samp{sqrt(x)} (because the argument @samp{x} is a formula).
16041 16042
16042Most of the commands described here can be invoked by a single keystroke. 16043Most of the commands described here can be invoked by a single keystroke.
16043Some of the more obscure ones are two-letter sequences beginning with 16044Some 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}
19527is a vector of objects to be packed (re-packed, really) according 19528is a vector of objects to be packed (re-packed, really) according
19528to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])} 19529to that mode. For example, @samp{pack([3, -4], [a,b,c,d,e,f])}
19529yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is 19530yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}. The function is
19530left in symbolic form if the packing mode is illegal, or if the 19531left in symbolic form if the packing mode is invalid, or if the
19531number of data items does not match the number of items required 19532number of data items does not match the number of items required
19532by the mode. 19533by the mode.
19533 19534
@@ -25282,7 +25283,7 @@ Calc computes the number of iterations using the formula
25282after simplification as if by @kbd{a s}, evaluate to an integer. 25283after simplification as if by @kbd{a s}, evaluate to an integer.
25283 25284
25284If the number of iterations according to the above formula does 25285If the number of iterations according to the above formula does
25285not come out to an integer, the sum is illegal and will be left 25286not come out to an integer, the sum is invalid and will be left
25286in symbolic form. However, closed forms are still supplied, and 25287in symbolic form. However, closed forms are still supplied, and
25287you are on your honor not to misuse the resulting formulas by 25288you are on your honor not to misuse the resulting formulas by
25288substituting mismatched bounds into them. For example, 25289substituting mismatched bounds into them. For example,
@@ -32821,7 +32822,7 @@ this function returns the selected portions rather than the entire
32821stack elements. It can be given a third ``selection-mode'' argument 32822stack elements. It can be given a third ``selection-mode'' argument
32822which selects other behaviors. If it is the symbol @code{t}, then 32823which selects other behaviors. If it is the symbol @code{t}, then
32823a selection in any of the requested stack elements produces an 32824a 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},
32825the whole stack entry is always returned regardless of selections. 32826the whole stack entry is always returned regardless of selections.
32826If it is the symbol @code{sel}, the selected portion is always returned, 32827If it is the symbol @code{sel}, the selected portion is always returned,
32827or @code{nil} if there is no selection. (This mode ignores the @kbd{j e} 32828or @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.
25This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for 25This 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
28Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 28Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2005
29Free Software Foundation, Inc.
29 30
30@quotation 31@quotation
31Permission is granted to copy, distribute and/or modify this document 32Permission 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
734A label can be derived from context. This means, @b{Ref@TeX{}} takes 735A label can be derived from context. This means, @b{Ref@TeX{}} takes
735the context of the label definition and constructs a label from 736the context of the label definition and constructs a label from
736that@footnote{Note that the context may contain constructs which are 737that@footnote{Note that the context may contain constructs which are
737illegal in labels. @b{Ref@TeX{}} will therefore strip the accent from 738invalid in labels. @b{Ref@TeX{}} will therefore strip the accent from
738accented Latin-1 characters and remove everything else which is not 739accented Latin-1 characters and remove everything else which is not
739legal in labels. This mechanism is safe, but may not be satisfactory 740legal in labels. This mechanism is safe, but may not be satisfactory
740for non-western languages. Check the following variables if you need to 741for non-western languages. Check the following variables if you need to
@@ -4187,9 +4188,9 @@ list of the following items:
4187Number of words to use. 4188Number of words to use.
4188@item @var{maxchar} 4189@item @var{maxchar}
4189Maximum number of characters in a label string. 4190Maximum 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
4207Regexp matching characters not legal in labels. 4208Regexp matching characters not valid in labels.
4208@end defopt 4209@end defopt
4209 4210
4210@defopt reftex-abbrev-parameters 4211@defopt reftex-abbrev-parameters