From 249e3b7969a393e0fd4524ba71f1592676a1bc12 Mon Sep 17 00:00:00 2001 From: Aleksandr Vityazev Date: Mon, 14 Feb 2022 20:30:58 +0000 Subject: [PATCH] ; * doc/lispref/variables.texi (Setting Variables): Fix a typo. --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5