diff options
author | Aleksandr Vityazev <avityazev@posteo.org> | 2022-02-14 20:30:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-02-15 05:24:47 +0200 |
commit | 249e3b7969a393e0fd4524ba71f1592676a1bc12 (patch) | |
tree | fe4f34216788af1461e4bba0471d3c61bc89d7af /doc/lispref/variables.texi | |
parent | f6811ff8e2c2a3a4fe2a5fa40fcc230289450991 (diff) | |
download | emacs-249e3b7969a393e0fd4524ba71f1592676a1bc12.tar.gz emacs-249e3b7969a393e0fd4524ba71f1592676a1bc12.tar.bz2 emacs-249e3b7969a393e0fd4524ba71f1592676a1bc12.zip |
; * doc/lispref/variables.texi (Setting Variables): Fix a typo.
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 9088397f9a6..a520b3856c5 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -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 |