From 1c17d2a04572aa199bc3922aa1f764974a28b58e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 11 Jun 2026 09:29:48 +0300 Subject: [PATCH] ; * lisp/cus-edit.el (setopt-local-type-mismatch): Another doc-string fix. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d1586a1cfe7..f592a913546 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1106,7 +1106,7 @@ even if it doesn't match the type.) ;;;###autoload (defcustom setopt-local-type-mismatch nil - "Behavior of `setopt-local’ if value's type mismatches its definition. + "Behavior of `setopt-local’ if value's type doesn't match its definition. If nil, emit a warning, but accept the mismatched value. If the symbol `accept', ignore type mismatch warning and assign the value. If the symbol `discard', ignore warning and discard the mismatched value.