aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorMorgan Willcock2025-12-28 14:48:47 +0000
committerEli Zaretskii2025-12-28 19:56:14 +0200
commit7d3ed7c11d3a2207232a0bd36f78304dc9477fac (patch)
treeca93c2f4ada3bc0d542e55e03a7decadcd4c86fe /lisp/progmodes/python.el
parent445cfc687c71b69205fcbd030ac208f8cbda9ad5 (diff)
downloademacs-7d3ed7c11d3a2207232a0bd36f78304dc9477fac.tar.gz
emacs-7d3ed7c11d3a2207232a0bd36f78304dc9477fac.zip
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)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index c4cf7ec46cf..81896b7ab64 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1463,7 +1463,7 @@ For NODE, OVERRIDE, START, END, and ARGS, see
1463 "Non-nil means to emit a warning when indentation guessing fails." 1463 "Non-nil means to emit a warning when indentation guessing fails."
1464 :version "25.1" 1464 :version "25.1"
1465 :type 'boolean 1465 :type 'boolean
1466 :safe' booleanp) 1466 :safe 'booleanp)
1467 1467
1468(defcustom python-indent-trigger-commands 1468(defcustom python-indent-trigger-commands
1469 '(indent-for-tab-command yas-expand yas/expand) 1469 '(indent-for-tab-command yas-expand yas/expand)