diff options
| -rw-r--r-- | man/custom.texi | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/man/custom.texi b/man/custom.texi index bb9baa1f23a..590d85b4e99 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -236,7 +236,7 @@ C-h v fill-column @key{RET} | |||
| 236 | displays something like this: | 236 | displays something like this: |
| 237 | 237 | ||
| 238 | @smallexample | 238 | @smallexample |
| 239 | fill-column's value is 75 | 239 | fill-column's value is 70 |
| 240 | 240 | ||
| 241 | Documentation: | 241 | Documentation: |
| 242 | *Column beyond which automatic line-wrapping should happen. | 242 | *Column beyond which automatic line-wrapping should happen. |
| @@ -320,6 +320,10 @@ under it. It looks like this, in part: | |||
| 320 | Customization of the One True Editor. | 320 | Customization of the One True Editor. |
| 321 | See also [Manual]. | 321 | See also [Manual]. |
| 322 | 322 | ||
| 323 | Confirm Kill Emacs: [Hide] [Value Menu] Don't confirm | ||
| 324 | [State]: this option is unchanged from its standard setting. | ||
| 325 | How to ask for confirmation when leaving Emacs. [More] | ||
| 326 | |||
| 323 | Editing group: [Go to Group] | 327 | Editing group: [Go to Group] |
| 324 | Basic text editing facilities. | 328 | Basic text editing facilities. |
| 325 | 329 | ||
| @@ -354,12 +358,12 @@ Group]} field for a group creates a new customization buffer, which | |||
| 354 | shows that group and its contents. This field is a kind of hypertext | 358 | shows that group and its contents. This field is a kind of hypertext |
| 355 | link to another group. | 359 | link to another group. |
| 356 | 360 | ||
| 357 | The @code{Emacs} group does not include any user options itself, but | 361 | The @code{Emacs} group includes a few user options itself, but most |
| 358 | other groups do. By examining various groups, you will eventually find | 362 | of them are in other groups. By examining various groups, you will |
| 359 | the options and faces that belong to the feature you are interested in | 363 | eventually find the options and faces that belong to the feature you |
| 360 | customizing. Then you can use the customization buffer to set them. | 364 | are interested in customizing. Then you can use the customization |
| 361 | You can go straight to a particular group by name using the command | 365 | buffer to set them. You can go straight to a particular group by name |
| 362 | @kbd{M-x customize-group}. | 366 | using the command @kbd{M-x customize-group}. |
| 363 | 367 | ||
| 364 | @findex customize-browse | 368 | @findex customize-browse |
| 365 | You can view the structure of customization groups on a larger scale | 369 | You can view the structure of customization groups on a larger scale |
| @@ -384,12 +388,12 @@ This is the way to set values in it. | |||
| 384 | customization buffer: | 388 | customization buffer: |
| 385 | 389 | ||
| 386 | @smallexample | 390 | @smallexample |
| 387 | Kill Ring Max: [Hide] 30 | 391 | Kill Ring Max: [Hide] 60 |
| 388 | [State]: this option is unchanged from its standard setting. | 392 | [State]: this option is unchanged from its standard setting. |
| 389 | Maximum length of kill ring before oldest elements are thrown away. | 393 | Maximum length of kill ring before oldest elements are thrown away. |
| 390 | @end smallexample | 394 | @end smallexample |
| 391 | 395 | ||
| 392 | The text following @samp{[Hide]}, @samp{30} in this case, indicates | 396 | The text following @samp{[Hide]}, @samp{60} in this case, indicates |
| 393 | the current value of the option. If you see @samp{[Show]} instead of | 397 | the current value of the option. If you see @samp{[Show]} instead of |
| 394 | @samp{[Hide]}, it means that the value is hidden; the customization | 398 | @samp{[Hide]}, it means that the value is hidden; the customization |
| 395 | buffer initially hides values that take up several lines. Invoke | 399 | buffer initially hides values that take up several lines. Invoke |
| @@ -459,8 +463,8 @@ File Coding System Alist: [Hide] | |||
| 459 | Encoding: emacs-mule | 463 | Encoding: emacs-mule |
| 460 | [INS] [DEL] File regexp: \(\`\|/\)loaddefs.el\' | 464 | [INS] [DEL] File regexp: \(\`\|/\)loaddefs.el\' |
| 461 | Choice: [Value Menu] Encoding/decoding pair: | 465 | Choice: [Value Menu] Encoding/decoding pair: |
| 462 | Decoding: no-conversion | 466 | Decoding: raw-text |
| 463 | Encoding: no-conversion | 467 | Encoding: raw-text-unix |
| 464 | [INS] [DEL] File regexp: \.tar\' | 468 | [INS] [DEL] File regexp: \.tar\' |
| 465 | Choice: [Value Menu] Encoding/decoding pair: | 469 | Choice: [Value Menu] Encoding/decoding pair: |
| 466 | Decoding: no-conversion | 470 | Decoding: no-conversion |
| @@ -595,11 +599,12 @@ Attributes: [ ] Font family: [Value Menu] * | |||
| 595 | [ ] Underline: [Value Menu] * | 599 | [ ] Underline: [Value Menu] * |
| 596 | [ ] Overline: [Value Menu] * | 600 | [ ] Overline: [Value Menu] * |
| 597 | [ ] Strike-through: [Value Menu] * | 601 | [ ] Strike-through: [Value Menu] * |
| 598 | [ ] Box around text: [Value Menu] Off | 602 | [ ] Box around text: [Value Menu] * |
| 599 | [ ] Inverse-video: [Value Menu] * | 603 | [ ] Inverse-video: [Value Menu] * |
| 600 | [X] Foreground: [Value Menu] Color: white (sample) | 604 | [X] Foreground: [Value Menu] Color: white (sample) |
| 601 | [X] Background: [Value Menu] Color: blue (sample) | 605 | [X] Background: [Value Menu] Color: blue (sample) |
| 602 | [ ] Stipple: [Value Menu] * | 606 | [ ] Stipple: [Value Menu] * |
| 607 | [ ] Inherit: | ||
| 603 | @end smallexample | 608 | @end smallexample |
| 604 | 609 | ||
| 605 | Each face attribute has its own line. The @samp{[@var{x}]} field | 610 | Each face attribute has its own line. The @samp{[@var{x}]} field |
| @@ -619,7 +624,7 @@ options (@pxref{Changing an Option}). | |||
| 619 | A face can specify different appearances for different types of | 624 | A face can specify different appearances for different types of |
| 620 | display. For example, a face can make text red on a color display, but | 625 | display. For example, a face can make text red on a color display, but |
| 621 | use a bold font on a monochrome display. To specify multiple | 626 | use a bold font on a monochrome display. To specify multiple |
| 622 | appearances for a face, select @samp{Show Display Types} in the menu you | 627 | appearances for a face, select @samp{Show all display specs} in the menu you |
| 623 | get from invoking @samp{[State]}. | 628 | get from invoking @samp{[State]}. |
| 624 | 629 | ||
| 625 | @findex modify-face | 630 | @findex modify-face |
| @@ -697,7 +702,7 @@ definitions have been changed since the specified version. | |||
| 697 | @findex customize-customized | 702 | @findex customize-customized |
| 698 | If you change option values and then decide the change was a mistake, | 703 | If you change option values and then decide the change was a mistake, |
| 699 | you can use two special commands to revisit your previous changes. Use | 704 | you can use two special commands to revisit your previous changes. Use |
| 700 | @kbd{customize-saved} to look at the options and faces that you have | 705 | @kbd{M-x customize-saved} to look at the options and faces that you have |
| 701 | saved. Use @kbd{M-x customize-customized} to look at the options and | 706 | saved. Use @kbd{M-x customize-customized} to look at the options and |
| 702 | faces that you have set but not saved. | 707 | faces that you have set but not saved. |
| 703 | 708 | ||
| @@ -1652,7 +1657,7 @@ Other cursor repositioning keys. | |||
| 1652 | 1657 | ||
| 1653 | @item @code{select}, @code{print}, @code{execute}, @code{backtab} | 1658 | @item @code{select}, @code{print}, @code{execute}, @code{backtab} |
| 1654 | @itemx @code{insert}, @code{undo}, @code{redo}, @code{clearline} | 1659 | @itemx @code{insert}, @code{undo}, @code{redo}, @code{clearline} |
| 1655 | @itemx @code{insertline}, @code{deleteline}, @code{insertchar}, @code{deletechar}, | 1660 | @itemx @code{insertline}, @code{deleteline}, @code{insertchar}, @code{deletechar} |
| 1656 | Miscellaneous function keys. | 1661 | Miscellaneous function keys. |
| 1657 | 1662 | ||
| 1658 | @item @code{f1}, @code{f2}, @dots{} @code{f35} | 1663 | @item @code{f1}, @code{f2}, @dots{} @code{f35} |
| @@ -1922,8 +1927,9 @@ some instructions on what to do immediately; then Emacs asks for input | |||
| 1922 | saying whether to execute the command as requested, enable it and | 1927 | saying whether to execute the command as requested, enable it and |
| 1923 | execute it, or cancel. If you decide to enable the command, you are | 1928 | execute it, or cancel. If you decide to enable the command, you are |
| 1924 | asked whether to do this permanently or just for the current session. | 1929 | asked whether to do this permanently or just for the current session. |
| 1925 | Enabling permanently works by automatically editing your @file{.emacs} | 1930 | (Enabling permanently works by automatically editing your @file{.emacs} |
| 1926 | file. | 1931 | file.) You can also type @kbd{!} to enable @emph{all} commands, |
| 1932 | for the current session only. | ||
| 1927 | 1933 | ||
| 1928 | The direct mechanism for disabling a command is to put a | 1934 | The direct mechanism for disabling a command is to put a |
| 1929 | non-@code{nil} @code{disabled} property on the Lisp symbol for the | 1935 | non-@code{nil} @code{disabled} property on the Lisp symbol for the |