mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Update description of 'defcustom' in Emacs Lisp Intro manual
* doc/lispintro/emacs-lisp-intro.texi (defcustom): Update text (bug#80751).
This commit is contained in:
parent
8e1399dbda
commit
bc59d16cd8
1 changed files with 10 additions and 12 deletions
|
|
@ -16570,18 +16570,16 @@ M-x customize
|
|||
@end smallexample
|
||||
|
||||
@noindent
|
||||
and find that the group for editing files of text is called ``Text''.
|
||||
Enter that group. Text Mode Hook is the first member. You can click
|
||||
on its various options, such as @code{turn-on-auto-fill}, to set the
|
||||
values. After you click on the button to
|
||||
|
||||
@smallexample
|
||||
Save for Future Sessions
|
||||
@end smallexample
|
||||
|
||||
@noindent
|
||||
Emacs will write an expression into your @file{.emacs} file.
|
||||
It will look like this:
|
||||
and find that the group for editing files of text is called @samp{Text}.
|
||||
Enter that group by clicking or typing @key{RET} on it. Text Mode Hook
|
||||
is one of the group's members; click on the triangular button (or on the
|
||||
@samp{Show Value} button which replaces that on text-only terminals) to
|
||||
its left to show its various options. Then you can click (or type
|
||||
@key{RET} if you are on a text-only terminal) on its options, such as
|
||||
@code{turn-on-auto-fill}, to set or reset the values. After you click
|
||||
(or type @key{RET}) on the @samp{State} button and select @samp{Save for
|
||||
Future Sessions}, Emacs will write an expression into your @file{.emacs}
|
||||
file. It will look like this:
|
||||
|
||||
@smallexample
|
||||
@group
|
||||
|
|
|
|||
Loading…
Reference in a new issue