aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJay Belanger2010-03-30 22:47:52 -0500
committerJay Belanger2010-03-30 22:47:52 -0500
commitdcf7843e7e1a857c21e39c2a5e53d27039a34a3a (patch)
tree1c0f3969e795189cabd34499e7c6361812d6309d /doc
parent85626eefd2b3cd63d3b3a24a9831bb0a1a7380b6 (diff)
downloademacs-dcf7843e7e1a857c21e39c2a5e53d27039a34a3a.tar.gz
emacs-dcf7843e7e1a857c21e39c2a5e53d27039a34a3a.zip
Change name of default value of calc-settings-file to ~/.emacs.d/calc.el throughout.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/calc.texi18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 8d2d0495ec7..51b475dbc06 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -12167,7 +12167,7 @@ You are prompted for a file name. All Calc modes are then reset to
12167their default values, then settings from the file you named are loaded 12167their default values, then settings from the file you named are loaded
12168if this file exists, and this file becomes the one that Calc will 12168if this file exists, and this file becomes the one that Calc will
12169use in the future for commands like @kbd{m m}. The default settings 12169use in the future for commands like @kbd{m m}. The default settings
12170file name is @file{~/.calc.el}. You can see the current file name by 12170file name is @file{~/.emacs.d/calc.el}. You can see the current file name by
12171giving a blank response to the @kbd{m F} prompt. See also the 12171giving a blank response to the @kbd{m F} prompt. See also the
12172discussion of the @code{calc-settings-file} variable; @pxref{Customizing Calc}. 12172discussion of the @code{calc-settings-file} variable; @pxref{Customizing Calc}.
12173 12173
@@ -16006,7 +16006,7 @@ No line breaking (@kbd{d b}).
16006Selections show deep structure (@kbd{j b}; @pxref{Making Selections}). 16006Selections show deep structure (@kbd{j b}; @pxref{Making Selections}).
16007 16007
16008@item Save 16008@item Save
16009Record modes in @file{~/.calc.el} (@kbd{m R}; @pxref{General Mode Commands}). 16009Record modes in @file{~/.emacs.d/calc.el} (@kbd{m R}; @pxref{General Mode Commands}).
16010 16010
16011@item Local 16011@item Local
16012Record modes in Embedded buffer (@kbd{m R}). 16012Record modes in Embedded buffer (@kbd{m R}).
@@ -28108,7 +28108,7 @@ possible to create user-defined temperature units.
28108@cindex Calc init file, user-defined units 28108@cindex Calc init file, user-defined units
28109The @kbd{u p} (@code{calc-permanent-units}) command stores the user-defined 28109The @kbd{u p} (@code{calc-permanent-units}) command stores the user-defined
28110units in your Calc init file (the file given by the variable 28110units in your Calc init file (the file given by the variable
28111@code{calc-settings-file}, typically @file{~/.calc.el}), so that the 28111@code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}), so that the
28112units will still be available in subsequent Emacs sessions. If there 28112units will still be available in subsequent Emacs sessions. If there
28113was already a set of user-defined units in your Calc init file, it 28113was already a set of user-defined units in your Calc init file, it
28114is replaced by the new set. (@xref{General Mode Commands}, for a way to 28114is replaced by the new set. (@xref{General Mode Commands}, for a way to
@@ -28509,7 +28509,7 @@ names rather than prompting for the variable name.
28509@cindex Calc init file, variables 28509@cindex Calc init file, variables
28510The @kbd{s p} (@code{calc-permanent-variable}) command saves a 28510The @kbd{s p} (@code{calc-permanent-variable}) command saves a
28511variable's value permanently in your Calc init file (the file given by 28511variable's value permanently in your Calc init file (the file given by
28512the variable @code{calc-settings-file}, typically @file{~/.calc.el}), so 28512the variable @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}), so
28513that its value will still be available in future Emacs sessions. You 28513that its value will still be available in future Emacs sessions. You
28514can re-execute @w{@kbd{s p}} later on to update the saved value, but the 28514can re-execute @w{@kbd{s p}} later on to update the saved value, but the
28515only way to remove a saved variable is to edit your calc init file 28515only way to remove a saved variable is to edit your calc init file
@@ -30862,7 +30862,7 @@ Two more mode-recording modes selectable by @kbd{m R} are available
30862which are also available outside of Embedded mode. 30862which are also available outside of Embedded mode.
30863(@pxref{General Mode Commands}.) They are @code{Save}, in which mode 30863(@pxref{General Mode Commands}.) They are @code{Save}, in which mode
30864settings are recorded permanently in your Calc init file (the file given 30864settings are recorded permanently in your Calc init file (the file given
30865by the variable @code{calc-settings-file}, typically @file{~/.calc.el}) 30865by the variable @code{calc-settings-file}, typically @file{~/.emacs.d/calc.el})
30866rather than by annotating the current document, and no-recording 30866rather than by annotating the current document, and no-recording
30867mode (where there is no symbol like @code{Save} or @code{Local} in 30867mode (where there is no symbol like @code{Save} or @code{Local} in
30868the mode line), in which mode-changing commands do not leave any 30868the mode line), in which mode-changing commands do not leave any
@@ -31122,7 +31122,7 @@ The @kbd{Z P} (@code{calc-user-define-permanent}) command makes a key
31122binding permanent so that it will remain in effect even in future Emacs 31122binding permanent so that it will remain in effect even in future Emacs
31123sessions. (It does this by adding a suitable bit of Lisp code into 31123sessions. (It does this by adding a suitable bit of Lisp code into
31124your Calc init file; that is, the file given by the variable 31124your Calc init file; that is, the file given by the variable
31125@code{calc-settings-file}, typically @file{~/.calc.el}.) For example, 31125@code{calc-settings-file}, typically @file{~/.emacs.d/calc.el}.) For example,
31126@kbd{Z P s} would register our @code{sincos} command permanently. If 31126@kbd{Z P s} would register our @code{sincos} command permanently. If
31127you later wish to unregister this command you must edit your Calc init 31127you later wish to unregister this command you must edit your Calc init
31128file by hand. (@xref{General Mode Commands}, for a way to tell Calc to 31128file by hand. (@xref{General Mode Commands}, for a way to tell Calc to
@@ -31855,7 +31855,7 @@ step of @code{myfact} could have been written
31855 31855
31856A good place to put your @code{defmath} commands is your Calc init file 31856A good place to put your @code{defmath} commands is your Calc init file
31857(the file given by @code{calc-settings-file}, typically 31857(the file given by @code{calc-settings-file}, typically
31858@file{~/.calc.el}), which will not be loaded until Calc starts. 31858@file{~/.emacs.d/calc.el}), which will not be loaded until Calc starts.
31859If a file named @file{.emacs} exists in your home directory, Emacs reads 31859If a file named @file{.emacs} exists in your home directory, Emacs reads
31860and executes the Lisp forms in this file as it starts up. While it may 31860and executes the Lisp forms in this file as it starts up. While it may
31861seem reasonable to put your favorite @code{defmath} commands there, 31861seem reasonable to put your favorite @code{defmath} commands there,
@@ -34956,7 +34956,9 @@ If @code{calc-settings-file} is not your user init file (typically
34956@code{nil}, then Calc will automatically load your settings file (if it 34956@code{nil}, then Calc will automatically load your settings file (if it
34957exists) the first time Calc is invoked. 34957exists) the first time Calc is invoked.
34958 34958
34959The default value for this variable is @code{"~/.calc.el"}. 34959The default value for this variable is @code{"~/.emacs.d/calc.el"}
34960unless the file @file{~/.calc.el} exists, in which case the default
34961value will be @code{"~/.calc.el"}.
34960@end defvar 34962@end defvar
34961 34963
34962@defvar calc-gnuplot-name 34964@defvar calc-gnuplot-name