summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2017-03-05 23:15:32 -0500
committerNoam Postavsky <npostavs@gmail.com>2017-03-05 23:15:32 -0500
commitaceac954ed29c2653e2a0eb71b899be5c916edda (patch)
tree8a473d86836d91ceacb24353139a2c9725cc6a70
parenta314c1ff05741efe788a054a4661e80c624e3b71 (diff)
downloademacs-aceac954ed29c2653e2a0eb71b899be5c916edda.tar.gz
Fix warning message about native completion (Bug#25984)
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe): The relevant variable is `python-shell-completion-native-enable'.
-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 2e08ab4f15c..5713559beed 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3452,7 +3452,7 @@ With argument MSG show activation/deactivation message."
:warning
(concat
"Your `python-shell-interpreter' doesn't seem to "
- "support readline, yet `python-shell-completion-native' "
+ "support readline, yet `python-shell-completion-native-enable' "
(format "was t and %S is not part of the "
(file-name-nondirectory python-shell-interpreter))
"`python-shell-completion-native-disabled-interpreters' "