* 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.
This commit is contained in:
Bozhidar Batsov
2013-11-05 11:47:47 +02:00
parent ae93bc7480
commit ae1f1ce1e2
5 changed files with 12 additions and 19 deletions

View File

@@ -3591,9 +3591,7 @@ list is returned as is."
(define-derived-mode python-mode prog-mode "Python"
"Major mode for editing Python files.
\\{python-mode-map}
Entry to this mode calls the value of `python-mode-hook'
if that value is non-nil."
\\{python-mode-map}"
(set (make-local-variable 'tab-width) 8)
(set (make-local-variable 'indent-tabs-mode) nil)