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:
parent
a314c1ff05
commit
aceac954ed
1 changed files with 1 additions and 1 deletions
|
@ -3452,7 +3452,7 @@ With argument MSG show activation/deactivation message."
|
||||||
:warning
|
:warning
|
||||||
(concat
|
(concat
|
||||||
"Your `python-shell-interpreter' doesn't seem to "
|
"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 "
|
(format "was t and %S is not part of the "
|
||||||
(file-name-nondirectory python-shell-interpreter))
|
(file-name-nondirectory python-shell-interpreter))
|
||||||
"`python-shell-completion-native-disabled-interpreters' "
|
"`python-shell-completion-native-disabled-interpreters' "
|
||||||
|
|
Loading…
Add table
Reference in a new issue