diff options
| author | Jay Belanger | 2004-10-12 16:40:38 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-10-12 16:40:38 +0000 |
| commit | b18480066e4ea30fdf71689b9b25d6d1fa7beeda (patch) | |
| tree | 9a4275a7a78e6bad5d5618b01be7fbd28239ab00 | |
| parent | 3610d3c96272affc89eb64f50d801aeabf54dd34 (diff) | |
| download | emacs-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.texi | 14 |
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 |
| 10028 | The @kbd{h f} (@code{calc-describe-function}) command looks up an | 10028 | The @kbd{h f} (@code{calc-describe-function}) command looks up an |
| 10029 | algebraic function or a command name in the Calc manual. The | 10029 | algebraic function or a command name in the Calc manual. Enter an |
| 10030 | prompt initially contains @samp{calcFunc-}; follow this with an | ||
| 10031 | algebraic function name to look up that function in the Function | 10030 | algebraic function name to look up that function in the Function |
| 10032 | Index. Or, backspace and enter a command name beginning with | 10031 | Index 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 | 10032 | up in the Command Index. This command will also look up operator |
| 10034 | will also look up operator symbols that can appear in algebraic | 10033 | symbols that can appear in algebraic formulas, like @samp{%} and |
| 10035 | formulas, 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 |
| 10039 | The @kbd{h v} (@code{calc-describe-variable}) command looks up a | 10038 | The @kbd{h v} (@code{calc-describe-variable}) command looks up a |
| 10040 | variable in the Calc manual. The prompt initially contains the | 10039 | variable 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 |