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'.
This commit is contained in:
Noam Postavsky 2017-03-05 23:15:32 -05:00
parent a314c1ff05
commit aceac954ed

View file

@ -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' "