]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous custom.texi change
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 30 Aug 2021 00:23:37 +0000 (02:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 30 Aug 2021 00:23:37 +0000 (02:23 +0200)
* doc/emacs/custom.texi (Init Syntax): Fix typo in previous change
-- it's customize-set-variable.

doc/emacs/custom.texi

index 2ff6b8c7626427e5963efb84de4c9c939a4da569..9220a2078fc5e9daeb7621d60d4f0403b3a1007c 100644 (file)
@@ -2377,8 +2377,8 @@ mode when you set them with Customize, but ordinary @code{setq} won't
 do that; to enable the mode in your init file, call the minor mode
 command.  Finally, a few customizable user options are initialized in
 complex ways, and these have to be set either via the customize
-interface (@pxref{Customization}) or by using @code{set-variable}
-(@pxref{Examining}).
+interface (@pxref{Customization}) or by using
+@code{customize-set-variable} (@pxref{Examining}).
 
   The second argument to @code{setq} is an expression for the new
 value of the variable.  This can be a constant, a variable, or a
@@ -2531,7 +2531,7 @@ Change the coding system used when using the clipboard
 (@pxref{Communication Coding}).
 
 @example
-(set-variable 'selection-coding-system 'utf-8)
+(customize-set-variable 'selection-coding-system 'utf-8)
 @end example
 
 @item