Fix specification of 'python-indent-guess-indent-offset-verbose'

* lisp/progmodes/python.el (python-indent-guess-indent-offset-verbose):
Fix typo in configuration of safe value function.  (Bug#80085)
This commit is contained in:
Morgan Willcock 2025-12-28 14:48:47 +00:00 committed by Eli Zaretskii
parent 445cfc687c
commit 7d3ed7c11d

View file

@ -1463,7 +1463,7 @@ For NODE, OVERRIDE, START, END, and ARGS, see
"Non-nil means to emit a warning when indentation guessing fails."
:version "25.1"
:type 'boolean
:safe' booleanp)
:safe 'booleanp)
(defcustom python-indent-trigger-commands
'(indent-for-tab-command yas-expand yas/expand)