diff options
author | Glenn Morris <rgm@gnu.org> | 2018-08-26 15:10:50 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-08-26 15:10:50 -0700 |
commit | 1afd313334c93cb5b0a7a378bd635a54dc1d6a9e (patch) | |
tree | cb95ad44d35f9b32a8acc8bb00b7291f38549c52 /doc/misc | |
parent | 18d52b90a1692a47cea5b5e905a58a3b2c6c9a64 (diff) | |
parent | 54fb383af6f6af7b72c28f38b308d9b24d2af4f6 (diff) | |
download | emacs-1afd313334c93cb5b0a7a378bd635a54dc1d6a9e.tar.gz emacs-1afd313334c93cb5b0a7a378bd635a54dc1d6a9e.tar.bz2 emacs-1afd313334c93cb5b0a7a378bd635a54dc1d6a9e.zip |
Merge from origin/emacs-26
54fb383 (origin/emacs-26) Fix detection of freed emacs_values (Bug#32...
769d0cd ; Fix out-of-tree build for mod-test.so
9a1329e Avoid crashes with very wide TTY frames on MS-Windows
9a613d3 Prevent `modify-file-local-variable-prop-line' from adding ex...
624e7dc Update GNOME bugtracker URLs
51ef6d5 Clarify in the Emacs manual that ChangeLog files are not used
6e08019 Recognize codepage 65001 as a valid encoding
1a350d7 ; * etc/NEWS: Fix format of first lines of some entries.
22d1f53 Avoid compilation warning in nt/addpm.c
7bc9ce7 Fix duplicate custom group names in bibtex.el
a9cf938 Fix outdated text in the Calc manual
Conflicts:
etc/NEWS
etc/PROBLEMS
src/emacs-module.c
src/gtkutil.c
src/image.c
src/xterm.c
test/Makefile.in
Diffstat (limited to 'doc/misc')
-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 98ef6daa2c1..02deee99e19 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. The functions described here are scattered throughout the various Calc component files. Note that @file{calc.el} includes @code{autoload}s -for only a few component files; when Calc wants to call an advanced -function it calls @samp{(calc-extensions)} first; this function -autoloads @file{calc-ext.el}, which in turn autoloads all the functions -in the remaining component files. +for only a few component files; to get autoloads of the more advanced +function, one needs to load @file{calc-ext.el}, which in turn +autoloads all the functions in the remaining component files. Because @code{defmath} itself uses the extensions, user-written code generally always executes with the extensions already loaded, so normally you can use any Calc function and be confident that it will be autoloaded for you when necessary. If you are doing something special, check carefully to make sure each function you are using is -from @file{calc.el} or its components, and call @samp{(calc-extensions)} -before using any function based in @file{calc-ext.el} if you can't -prove this file will already be loaded. +from @file{calc.el} or its components, and use @w{@code{(require +'calc-ext)}} before using any function based in @file{calc-ext.el} if +you can't prove this file will already be loaded. @menu * Data Type Formats:: |