diff options
| author | Bozhidar Batsov | 2013-11-05 11:47:47 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-05 11:47:47 +0200 |
| commit | ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af (patch) | |
| tree | e15b3dde0784c7c23fe6ac18775b0e1c2f105cee /lisp/progmodes/python.el | |
| parent | ae93bc748070852e8f697c2e8f05b9b5bc419b68 (diff) | |
| download | emacs-ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af.tar.gz emacs-ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af.zip | |
* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.
* lisp/progmodes/scheme.el (scheme-mode): Remove incorrect text from docstring.
* lisp/progmodes/prolog.el (prolog-mode): Remove incorrect text from docstring.
* lisp/emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode, emacs-lisp-mode):
Remove incorrect text from docstring.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ca9c3c6e6ef..7a90f0bb5ee 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3591,9 +3591,7 @@ list is returned as is." | |||
| 3591 | (define-derived-mode python-mode prog-mode "Python" | 3591 | (define-derived-mode python-mode prog-mode "Python" |
| 3592 | "Major mode for editing Python files. | 3592 | "Major mode for editing Python files. |
| 3593 | 3593 | ||
| 3594 | \\{python-mode-map} | 3594 | \\{python-mode-map}" |
| 3595 | Entry to this mode calls the value of `python-mode-hook' | ||
| 3596 | if that value is non-nil." | ||
| 3597 | (set (make-local-variable 'tab-width) 8) | 3595 | (set (make-local-variable 'tab-width) 8) |
| 3598 | (set (make-local-variable 'indent-tabs-mode) nil) | 3596 | (set (make-local-variable 'indent-tabs-mode) nil) |
| 3599 | 3597 | ||