aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2004-10-12 16:40:38 +0000
committerJay Belanger2004-10-12 16:40:38 +0000
commitb18480066e4ea30fdf71689b9b25d6d1fa7beeda (patch)
tree9a4275a7a78e6bad5d5618b01be7fbd28239ab00
parent3610d3c96272affc89eb64f50d801aeabf54dd34 (diff)
downloademacs-b18480066e4ea30fdf71689b9b25d6d1fa7beeda.tar.gz
emacs-b18480066e4ea30fdf71689b9b25d6d1fa7beeda.zip
(Help Commands): Changed the descriptions of calc-describe-function
and calc-describe-variable to match their current behavior.
-rw-r--r--man/calc.texi14
1 files changed, 6 insertions, 8 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 3f5c40979ab..a77ba4eb266 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -10026,19 +10026,17 @@ additional notes from the summary that apply to this command.
10026@kindex h f 10026@kindex h f
10027@pindex calc-describe-function 10027@pindex calc-describe-function
10028The @kbd{h f} (@code{calc-describe-function}) command looks up an 10028The @kbd{h f} (@code{calc-describe-function}) command looks up an
10029algebraic function or a command name in the Calc manual. The 10029algebraic function or a command name in the Calc manual. Enter an
10030prompt initially contains @samp{calcFunc-}; follow this with an
10031algebraic function name to look up that function in the Function 10030algebraic function name to look up that function in the Function
10032Index. Or, backspace and enter a command name beginning with 10031Index or enter a command name beginning with @samp{calc-} to look it
10033@samp{calc-} to look it up in the Command Index. This command 10032up in the Command Index. This command will also look up operator
10034will also look up operator symbols that can appear in algebraic 10033symbols that can appear in algebraic formulas, like @samp{%} and
10035formulas, like @samp{%} and @samp{=>}. 10034@samp{=>}.
10036 10035
10037@kindex h v 10036@kindex h v
10038@pindex calc-describe-variable 10037@pindex calc-describe-variable
10039The @kbd{h v} (@code{calc-describe-variable}) command looks up a 10038The @kbd{h v} (@code{calc-describe-variable}) command looks up a
10040variable in the Calc manual. The prompt initially contains the 10039variable in the Calc manual. Enter a variable name like @code{pi} or
10041@samp{var-} prefix; just add a variable name like @code{pi} or
10042@code{PlotRejects}. 10040@code{PlotRejects}.
10043 10041
10044@kindex h b 10042@kindex h b