emacs-diffs
[Top][All Lists]
Advanced

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

master 6885c62: Fix typo in previous custom.texi change


From: Lars Ingebrigtsen
Subject: master 6885c62: Fix typo in previous custom.texi change
Date: Sun, 29 Aug 2021 20:23:44 -0400 (EDT)

branch: master
commit 6885c62a104dcf52378860d8f951dbdce52b73c5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in previous custom.texi change
    
    * doc/emacs/custom.texi (Init Syntax): Fix typo in previous change
    -- it's customize-set-variable.
---
 doc/emacs/custom.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 2ff6b8c..9220a20 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -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



reply via email to

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