diff options
| author | Eli Zaretskii | 2018-08-17 17:22:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-08-17 17:22:44 +0300 |
| commit | a9cf9387d97c26711b57fdedb986eec1adb442ec (patch) | |
| tree | ec8dd51f0670d6d3700fd64752aa92f89e613e46 | |
| parent | f882de8b8095c3a42d1f6d22ed3f7aed57e9f5e0 (diff) | |
| download | emacs-a9cf9387d97c26711b57fdedb986eec1adb442ec.tar.gz emacs-a9cf9387d97c26711b57fdedb986eec1adb442ec.zip | |
Fix outdated text in the Calc manual
* doc/misc/calc.texi (Internals): Don't advertise
'calc-extensions' which no longer exists. Reported by Francis
Wright <francis.j.wright@gmail.com>.
| -rw-r--r-- | doc/misc/calc.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index b1b38620fff..9f821baf60f 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -33275,19 +33275,18 @@ prefer them, or if you are calling these functions from regular Lisp. | |||
| 33275 | 33275 | ||
| 33276 | The functions described here are scattered throughout the various | 33276 | The functions described here are scattered throughout the various |
| 33277 | Calc component files. Note that @file{calc.el} includes @code{autoload}s | 33277 | Calc component files. Note that @file{calc.el} includes @code{autoload}s |
| 33278 | for only a few component files; when Calc wants to call an advanced | 33278 | for only a few component files; to get autoloads of the more advanced |
| 33279 | function it calls @samp{(calc-extensions)} first; this function | 33279 | function, one needs to load @file{calc-ext.el}, which in turn |
| 33280 | autoloads @file{calc-ext.el}, which in turn autoloads all the functions | 33280 | autoloads all the functions in the remaining component files. |
| 33281 | in the remaining component files. | ||
| 33282 | 33281 | ||
| 33283 | Because @code{defmath} itself uses the extensions, user-written code | 33282 | Because @code{defmath} itself uses the extensions, user-written code |
| 33284 | generally always executes with the extensions already loaded, so | 33283 | generally always executes with the extensions already loaded, so |
| 33285 | normally you can use any Calc function and be confident that it will | 33284 | normally you can use any Calc function and be confident that it will |
| 33286 | be autoloaded for you when necessary. If you are doing something | 33285 | be autoloaded for you when necessary. If you are doing something |
| 33287 | special, check carefully to make sure each function you are using is | 33286 | special, check carefully to make sure each function you are using is |
| 33288 | from @file{calc.el} or its components, and call @samp{(calc-extensions)} | 33287 | from @file{calc.el} or its components, and use @w{@code{(require |
| 33289 | before using any function based in @file{calc-ext.el} if you can't | 33288 | 'calc-ext)}} before using any function based in @file{calc-ext.el} if |
| 33290 | prove this file will already be loaded. | 33289 | you can't prove this file will already be loaded. |
| 33291 | 33290 | ||
| 33292 | @menu | 33291 | @menu |
| 33293 | * Data Type Formats:: | 33292 | * Data Type Formats:: |