mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/cus-edit.el (setopt-local-type-mismatch): Another doc-string fix.
This commit is contained in:
parent
378c4a3d49
commit
1c17d2a045
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue