]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix warning message about native completion (Bug#25984)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 6 Mar 2017 04:15:32 +0000 (23:15 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 6 Mar 2017 04:15:32 +0000 (23:15 -0500)
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
The relevant variable is `python-shell-completion-native-enable'.

lisp/progmodes/python.el

index 2e08ab4f15cd4cdaf6196e4fede0deed3eea10d9..5713559beed3b1c6fa06f49be16de1aeb4dd935e 100644 (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' "