diff options
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 8844480a95f..a43dc1eb1d3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2802,7 +2802,7 @@ Optional argument DIRECTION defines the direction to move to." | |||
| 2802 | 2802 | ||
| 2803 | 2803 | ||
| 2804 | ;;;###autoload | 2804 | ;;;###autoload |
| 2805 | (define-derived-mode python-mode fundamental-mode "Python" | 2805 | (define-derived-mode python-mode prog-mode "Python" |
| 2806 | "Major mode for editing Python files. | 2806 | "Major mode for editing Python files. |
| 2807 | 2807 | ||
| 2808 | \\{python-mode-map} | 2808 | \\{python-mode-map} |