; * doc/lispref/variables.texi (Setting Variables): Fix a typo.
This commit is contained in:
parent
f6811ff8e2
commit
249e3b7969
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ then the following, in addition to setting @code{my-var} to @samp{2},
|
|||
will also issue a message:
|
||||
|
||||
@example
|
||||
(setop my-var 2)
|
||||
(setopt my-var 2)
|
||||
@end example
|
||||
|
||||
The @code{setopt} macro can be used on regular, non-user option
|
||||
|
|
Loading…
Add table
Reference in a new issue