diff options
| author | Paul Eggert | 2017-03-19 12:34:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-19 12:34:04 -0700 |
| commit | da17b70a997d3b1c38d9f3d7d8ab6c7dab273765 (patch) | |
| tree | 28c6e45159f45912c6bd3d17de7bf71e85272bfe /lisp/progmodes/python.el | |
| parent | 640335361ccc36945836b5e7de0dbbf984b332e8 (diff) | |
| parent | a09473261c8b11243e68d84c5dc2448d65a67e77 (diff) | |
| download | emacs-da17b70a997d3b1c38d9f3d7d8ab6c7dab273765.tar.gz emacs-da17b70a997d3b1c38d9f3d7d8ab6c7dab273765.zip | |
Merge from origin/emacs-25
a094732 * etc/PROBLEMS: Say that HP-UX cc doesn't work.
1925dd9 Fix duplicate wording in Emacs manual
6de8429 * lisp/paren.el (show-paren--default, show-paren-function): A...
2d671fd Fix wording in Emacs manual
a8766a2 Document how to customize input methods
6eb8995 * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
aceac95 Fix warning message about native completion (Bug#25984)
a314c1f Clarify documentation of 'raise' and 'height' display specs
f366f6e Mention problems with GPaste in PROBLEMS
6e788ef ; etc/PROBLEMS: Explain about the python+libedit problem (Bug...
6406618 Fix doc strings in info.el
c1ed152 ; * src/keyboard.c (Fposn_at_point): Fix last change.
eed9677 Fix doc string of 'posn-at-point'
0d5957e Documentation fix in elisp reference manual
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 58b16794ee0..228a4484616 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3473,7 +3473,7 @@ With argument MSG show activation/deactivation message." | |||
| 3473 | :warning | 3473 | :warning |
| 3474 | (concat | 3474 | (concat |
| 3475 | "Your `python-shell-interpreter' doesn't seem to " | 3475 | "Your `python-shell-interpreter' doesn't seem to " |
| 3476 | "support readline, yet `python-shell-completion-native' " | 3476 | "support readline, yet `python-shell-completion-native-enable' " |
| 3477 | (format "was t and %S is not part of the " | 3477 | (format "was t and %S is not part of the " |
| 3478 | (file-name-nondirectory python-shell-interpreter)) | 3478 | (file-name-nondirectory python-shell-interpreter)) |
| 3479 | "`python-shell-completion-native-disabled-interpreters' " | 3479 | "`python-shell-completion-native-disabled-interpreters' " |