comparison man/custom.texi @ 71593:4d628cade603

fix overfull/underfull boxes
author Karl Berry <karl@gnu.org>
date Mon, 03 Jul 2006 18:17:21 +0000
parents 512847086350
children 77266daa9ec9
comparison
equal deleted inserted replaced
71592:78e1e4fcd148 71593:4d628cade603
662 group, including settings (variables and faces), and other groups, all 662 group, including settings (variables and faces), and other groups, all
663 appear as well (even if not already loaded). However, the subgroups' 663 appear as well (even if not already loaded). However, the subgroups'
664 own contents are not included. 664 own contents are not included.
665 665
666 @findex customize-apropos 666 @findex customize-apropos
667 To control more precisely what to customize, you can use @kbd{M-x 667 For a more general way of controlling what to customize, you can use
668 customize-apropos}. You specify a regular expression as argument; 668 @kbd{M-x customize-apropos}. You specify a regular expression as
669 then all @emph{loaded} settings and groups whose names match this 669 argument; then all @emph{loaded} settings and groups whose names match
670 regular expression are set up in the customization buffer. If you 670 this regular expression are set up in the customization buffer. If
671 specify an empty regular expression, this includes @emph{all} loaded 671 you specify an empty regular expression, this includes @emph{all}
672 groups and settings---which takes a long time to set up. 672 loaded groups and settings---which takes a long time to set up.
673 673
674 @findex customize-changed 674 @findex customize-changed
675 When you upgrade to a new Emacs version, you might want to consider 675 When you upgrade to a new Emacs version, you might want to consider
676 customizing new settings, and settings whose meanings or default 676 customizing new settings, and settings whose meanings or default
677 values have changed. To do this, use @kbd{M-x customize-changed} and 677 values have changed. To do this, use @kbd{M-x customize-changed} and
1480 @code{minibuffer-local-completion-map} is for permissive completion. 1480 @code{minibuffer-local-completion-map} is for permissive completion.
1481 @item 1481 @item
1482 @code{minibuffer-local-must-match-map} is for strict completion and 1482 @code{minibuffer-local-must-match-map} is for strict completion and
1483 for cautious completion. 1483 for cautious completion.
1484 @item 1484 @item
1485 @code{minibuffer-local-filename-completion-map} and 1485 Finally, @code{minibuffer-local-filename-completion-map} and
1486 @code{minibuffer-local-must-match-filename-map} are like the two 1486 @code{minibuffer-local-must-match-filename-map} are like the two
1487 previous ones, but they are specifically for file name completion. 1487 previous ones, but they are specifically for file name completion.
1488 They do not bind @key{SPC}. 1488 They do not bind @key{SPC}.
1489 @end itemize 1489 @end itemize
1490 1490