mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/emacs/custom.texi (Examining): Fix indexing and example.
This commit is contained in:
parent
cdf3f81141
commit
4ad9cd74c6
1 changed files with 2 additions and 2 deletions
|
|
@ -868,13 +868,13 @@ otherwise stated, affects only the current Emacs session. The only
|
|||
way to alter the variable in future sessions is to put something in
|
||||
your initialization file (@pxref{Init File}).
|
||||
|
||||
@findex setopt
|
||||
If you're setting a customizable variable in your initialization
|
||||
file, and you don't want to use the Customize interface, you can use
|
||||
the @code{setopt} macro. For instance:
|
||||
|
||||
@findex setopt
|
||||
@example
|
||||
(setopt fill-column 75)
|
||||
M-: (setopt fill-column 75) @key{RET}
|
||||
@end example
|
||||
|
||||
This works the same as @code{setq}, but if the variable has any
|
||||
|
|
|
|||
Loading…
Reference in a new issue