diff options
| author | Jay Belanger | 2005-01-08 06:17:44 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-08 06:17:44 +0000 |
| commit | 16085693e463ae35ae329b4d9904db70af72cf53 (patch) | |
| tree | 56b5fc7d151ef1abc13b3e81cc4633c7413bce92 | |
| parent | c5a15067e5ac011f41cfe28b3dd89573f7238102 (diff) | |
| download | emacs-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.texi | 20 |
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 |
| 12270 | The @kbd{m F} (@code{calc-settings-file-name}) command allows you to | 12270 | The @kbd{m F} (@code{calc-settings-file-name}) command allows you to |
| 12271 | choose a different place than your @file{.emacs} file for @kbd{m m}, | 12271 | choose a different file than the current value of @code{calc-settings-file} |
| 12272 | @kbd{Z P}, and similar commands to save permanent information. | 12272 | for @kbd{m m}, @kbd{Z P}, and similar commands to save permanent information. |
| 12273 | You are prompted for a file name. All Calc modes are then reset to | 12273 | You are prompted for a file name. All Calc modes are then reset to |
| 12274 | their default values, then settings from the file you named are loaded | 12274 | their default values, then settings from the file you named are loaded |
| 12275 | if this file exists, and this file becomes the one that Calc will | 12275 | if this file exists, and this file becomes the one that Calc will |
| 12276 | use in the future for commands like @kbd{m m}. The default settings | 12276 | use in the future for commands like @kbd{m m}. The default settings |
| 12277 | file name is @file{~/.emacs}. You can see the current file name by | 12277 | file name is @file{~/.calc.el}. You can see the current file name by |
| 12278 | giving a blank response to the @kbd{m F} prompt. See also the | 12278 | giving a blank response to the @kbd{m F} prompt. See also the |
| 12279 | discussion of the @code{calc-settings-file} variable; @pxref{Installation}. | 12279 | discussion of the @code{calc-settings-file} variable; @pxref{Installation}. |
| 12280 | 12280 | ||
| 12281 | If the file name you give contains the string @samp{.emacs} anywhere | 12281 | If the file name you give is your user init file (typically |
| 12282 | inside 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 |
| 12283 | is because you are presumably switching to your @file{~/.emacs} file, | 12283 | is because your user init file may contain other things you don't want |
| 12284 | which may contain other things you don't want to reread. You can give | 12284 | to reread. You can give |
| 12285 | a numeric prefix argument of 1 to @kbd{m F} to force it to read the | 12285 | a numeric prefix argument of 1 to @kbd{m F} to force it to read the |
| 12286 | file no matter what its name. Conversely, an argument of @mathit{-1} tells | 12286 | file 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} |
| 12288 | tells @kbd{m F} not to reset the modes to their defaults beforehand, | 12288 | tells @kbd{m F} not to reset the modes to their defaults beforehand, |
| 12289 | which is useful if you intend your new file to have a variant of the | 12289 | which 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. | |||
| 34497 | Another variable you might want to set is @code{calc-settings-file}, | 34497 | Another variable you might want to set is @code{calc-settings-file}, |
| 34498 | which holds the file name in which commands like @kbd{m m} and @kbd{Z P} | 34498 | which holds the file name in which commands like @kbd{m m} and @kbd{Z P} |
| 34499 | store ``permanent'' definitions. The default value for this variable | 34499 | store ``permanent'' definitions. The default value for this variable |
| 34500 | is @code{"~/.emacs"}. If @code{calc-settings-file} does not contain | 34500 | is @code{"~/.calc.el"}. If @code{calc-settings-file} is not your user |
| 34501 | @code{".emacs"} as a substring, and if the variable | 34501 | init 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 |
| 34503 | automatically load your settings file (if it exists) the first time | 34503 | automatically load your settings file (if it exists) the first time |
| 34504 | Calc is invoked. | 34504 | Calc is invoked. |