From: Aleksandr Vityazev <avityazev@posteo.org> Date: Mon, 14 Feb 2022 20:30:58 +0000 (+0000) Subject: ; * doc/lispref/variables.texi (Setting Variables): Fix a typo. X-Git-Tag: emacs-29.0.90~2307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=249e3b7969a393e0fd4524ba71f1592676a1bc12;p=emacs.git ; * doc/lispref/variables.texi (Setting Variables): Fix a typo. --- 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