diff options
| author | Jay Belanger | 2011-03-16 21:25:36 -0500 |
|---|---|---|
| committer | Jay Belanger | 2011-03-16 21:25:36 -0500 |
| commit | 580b66d801d9f9d8a7484c00e047b04c20ebe0d6 (patch) | |
| tree | 38dd62b55853d16290f5376c4741a5d841fcd205 /doc | |
| parent | d71990a1e4ff251bffa6453772c1e93f84059f5d (diff) | |
| download | emacs-580b66d801d9f9d8a7484c00e047b04c20ebe0d6.tar.gz emacs-580b66d801d9f9d8a7484c00e047b04c20ebe0d6.zip | |
* lisp/calc-units.el (calcFunc-lupquant): Rename from
`calcFunc-pquant' (fixing previous commit).
(calcFunc-lufquant): Rename from `calcFunc-fquant'
(fixing previous commit).
* lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the
functions being autoloaded.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/calc.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index d708bb47c0e..f732eff5690 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -28238,17 +28238,17 @@ capital @kbd{O} prefix is used. | |||
| 28238 | 28238 | ||
| 28239 | @kindex l q | 28239 | @kindex l q |
| 28240 | @pindex calc-lu-quant | 28240 | @pindex calc-lu-quant |
| 28241 | @tindex pquant | 28241 | @tindex lupquant |
| 28242 | @tindex fquant | 28242 | @tindex lufquant |
| 28243 | The @kbd{l q} (@code{calc-lu-quant}) [@code{pquant}] | 28243 | The @kbd{l q} (@code{calc-lu-quant}) [@code{lupquant}] |
| 28244 | command computes the power quantity corresponding to a given number of | 28244 | command computes the power quantity corresponding to a given number of |
| 28245 | logarithmic units. With the capital @kbd{O} prefix, @kbd{O l q}, the | 28245 | logarithmic units. With the capital @kbd{O} prefix, @kbd{O l q}, the |
| 28246 | reference level will be read from the top of the stack. (In an | 28246 | reference level will be read from the top of the stack. (In an |
| 28247 | algebraic formula, @code{pquant} can be given an optional second | 28247 | algebraic formula, @code{lupquant} can be given an optional second |
| 28248 | argument which will be used for the reference level.) For example, | 28248 | argument which will be used for the reference level.) For example, |
| 28249 | @code{20 dB @key{RET} l q} will return @code{100 mW}; | 28249 | @code{20 dB @key{RET} l q} will return @code{100 mW}; |
| 28250 | @code{20 dB @key{RET} 4 W @key{RET} O l q} will return @code{400 W}. | 28250 | @code{20 dB @key{RET} 4 W @key{RET} O l q} will return @code{400 W}. |
| 28251 | The @kbd{H l q} [@code{fquant}] command behaves like @kbd{l q} but | 28251 | The @kbd{H l q} [@code{lufquant}] command behaves like @kbd{l q} but |
| 28252 | computes field quantities instead of power quantities. | 28252 | computes field quantities instead of power quantities. |
| 28253 | 28253 | ||
| 28254 | @kindex l d | 28254 | @kindex l d |
| @@ -36222,10 +36222,10 @@ keystrokes are not listed in this summary. | |||
| 36222 | @r{ a b@: O l n @: @: @:nppower@:(a,b)} | 36222 | @r{ a b@: O l n @: @: @:nppower@:(a,b)} |
| 36223 | @r{ a@: H l n @: @: @:npfield@:(a)} | 36223 | @r{ a@: H l n @: @: @:npfield@:(a)} |
| 36224 | @r{ a b@: O H l n @: @: @:npfield@:(a,b)} | 36224 | @r{ a b@: O H l n @: @: @:npfield@:(a,b)} |
| 36225 | @r{ a@: l q @: @: @:pquant@:(a)} | 36225 | @r{ a@: l q @: @: @:lupquant@:(a)} |
| 36226 | @r{ a b@: O l q @: @: @:pquant@:(a,b)} | 36226 | @r{ a b@: O l q @: @: @:lupquant@:(a,b)} |
| 36227 | @r{ a@: H l q @: @: @:fquant@:(a)} | 36227 | @r{ a@: H l q @: @: @:lufquant@:(a)} |
| 36228 | @r{ a b@: O H l q @: @: @:fquant@:(a,b)} | 36228 | @r{ a b@: O H l q @: @: @:lufquant@:(a,b)} |
| 36229 | @r{ a@: l s @: @: @:spn@:(a)} | 36229 | @r{ a@: l s @: @: @:spn@:(a)} |
| 36230 | @r{ a@: l m @: @: @:midi@:(a)} | 36230 | @r{ a@: l m @: @: @:midi@:(a)} |
| 36231 | @r{ a@: l f @: @: @:freq@:(a)} | 36231 | @r{ a@: l f @: @: @:freq@:(a)} |