aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-01-08 06:17:44 +0000
committerJay Belanger2005-01-08 06:17:44 +0000
commit16085693e463ae35ae329b4d9904db70af72cf53 (patch)
tree56b5fc7d151ef1abc13b3e81cc4633c7413bce92
parentc5a15067e5ac011f41cfe28b3dd89573f7238102 (diff)
downloademacs-16085693e463ae35ae329b4d9904db70af72cf53.tar.gz
emacs-16085693e463ae35ae329b4d9904db70af72cf53.zip
(General Mode Commands, Installation): Change to reflect new default
value of calc-settings-file.
-rw-r--r--man/calc.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 6d7d478d0b5..2c09ef8ad6a 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -12268,22 +12268,22 @@ options are available; @pxref{Mode Settings in Embedded Mode}.
12268@kindex m F 12268@kindex m F
12269@pindex calc-settings-file-name 12269@pindex calc-settings-file-name
12270The @kbd{m F} (@code{calc-settings-file-name}) command allows you to 12270The @kbd{m F} (@code{calc-settings-file-name}) command allows you to
12271choose a different place than your @file{.emacs} file for @kbd{m m}, 12271choose a different file than the current value of @code{calc-settings-file}
12272@kbd{Z P}, and similar commands to save permanent information. 12272for @kbd{m m}, @kbd{Z P}, and similar commands to save permanent information.
12273You are prompted for a file name. All Calc modes are then reset to 12273You are prompted for a file name. All Calc modes are then reset to
12274their default values, then settings from the file you named are loaded 12274their default values, then settings from the file you named are loaded
12275if this file exists, and this file becomes the one that Calc will 12275if this file exists, and this file becomes the one that Calc will
12276use in the future for commands like @kbd{m m}. The default settings 12276use in the future for commands like @kbd{m m}. The default settings
12277file name is @file{~/.emacs}. You can see the current file name by 12277file name is @file{~/.calc.el}. You can see the current file name by
12278giving a blank response to the @kbd{m F} prompt. See also the 12278giving a blank response to the @kbd{m F} prompt. See also the
12279discussion of the @code{calc-settings-file} variable; @pxref{Installation}. 12279discussion of the @code{calc-settings-file} variable; @pxref{Installation}.
12280 12280
12281If the file name you give contains the string @samp{.emacs} anywhere 12281If the file name you give is your user init file (typically
12282inside it, @kbd{m F} will not automatically load the new file. This 12282@file{~/.emacs}), @kbd{m F} will not automatically load the new file. This
12283is because you are presumably switching to your @file{~/.emacs} file, 12283is because your user init file may contain other things you don't want
12284which may contain other things you don't want to reread. You can give 12284to reread. You can give
12285a numeric prefix argument of 1 to @kbd{m F} to force it to read the 12285a numeric prefix argument of 1 to @kbd{m F} to force it to read the
12286file no matter what its name. Conversely, an argument of @mathit{-1} tells 12286file no matter what. Conversely, an argument of @mathit{-1} tells
12287@kbd{m F} @emph{not} to read the new file. An argument of 2 or @mathit{-2} 12287@kbd{m F} @emph{not} to read the new file. An argument of 2 or @mathit{-2}
12288tells @kbd{m F} not to reset the modes to their defaults beforehand, 12288tells @kbd{m F} not to reset the modes to their defaults beforehand,
12289which is useful if you intend your new file to have a variant of the 12289which is useful if you intend your new file to have a variant of the
@@ -34497,8 +34497,8 @@ the same side, best if you plan to be binding single-sided pages.
34497Another variable you might want to set is @code{calc-settings-file}, 34497Another variable you might want to set is @code{calc-settings-file},
34498which holds the file name in which commands like @kbd{m m} and @kbd{Z P} 34498which holds the file name in which commands like @kbd{m m} and @kbd{Z P}
34499store ``permanent'' definitions. The default value for this variable 34499store ``permanent'' definitions. The default value for this variable
34500is @code{"~/.emacs"}. If @code{calc-settings-file} does not contain 34500is @code{"~/.calc.el"}. If @code{calc-settings-file} is not your user
34501@code{".emacs"} as a substring, and if the variable 34501init file (typically @file{~/.emacs}) and if the variable
34502@code{calc-loaded-settings-file} is @code{nil}, then Calc will 34502@code{calc-loaded-settings-file} is @code{nil}, then Calc will
34503automatically load your settings file (if it exists) the first time 34503automatically load your settings file (if it exists) the first time
34504Calc is invoked. 34504Calc is invoked.