From 4ad9cd74c67676547ca5e18183b79fbc86d66bec Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 2 Apr 2026 15:11:28 +0300 Subject: [PATCH] ; * doc/emacs/custom.texi (Examining): Fix indexing and example. --- doc/emacs/custom.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index b415ac88e0e..477daaee83a 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -868,13 +868,13 @@ otherwise stated, affects only the current Emacs session. The only way to alter the variable in future sessions is to put something in your initialization file (@pxref{Init File}). +@findex setopt If you're setting a customizable variable in your initialization file, and you don't want to use the Customize interface, you can use the @code{setopt} macro. For instance: -@findex setopt @example -(setopt fill-column 75) + M-: (setopt fill-column 75) @key{RET} @end example This works the same as @code{setq}, but if the variable has any