bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54002: 29.0.50; [PATCH] Fix typo in Setting Variables


From: Aleksandr Vityazev
Subject: bug#54002: 29.0.50; [PATCH] Fix typo in Setting Variables
Date: Mon, 14 Feb 2022 20:30:58 +0000

* doc/lispref/variables.texi (Setting Variables): Fix 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 9088397f9a..a520b3856c 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -883,7 +883,7 @@ Setting Variables
 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.34.0



-- 

Aleksandr Vityazev





reply via email to

[Prev in Thread] Current Thread [Next in Thread]