diff options
author | Barry Warsaw <barry@python.org> | 1997-11-06 14:36:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-11-06 14:36:49 (GMT) |
commit | 6ae21ad68728b4302f100db86f1c57635cac83e0 (patch) | |
tree | 61e2a8169d502788506784b705de91b063d7c0ad /Misc | |
parent | b8f11669225ed5d01bf6a0acbf968487cb9501c5 (diff) | |
download | cpython-6ae21ad68728b4302f100db86f1c57635cac83e0.zip cpython-6ae21ad68728b4302f100db86f1c57635cac83e0.tar.gz cpython-6ae21ad68728b4302f100db86f1c57635cac83e0.tar.bz2 |
#(py-emacs-features): Fixed typo in docstring.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index d598bc6..20fc4cf 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -242,8 +242,8 @@ the Emacs bell is also rung as a warning." ;; return the features features) "A list of features extant in the Emacs you are using. -There are many flavors of Emacs out there, each with different -features supporting those needed by CC Mode.") +There are many flavors of Emacs out there, with different levels of +support for features needed by `python-mode'.") (defvar python-font-lock-keywords (let ((kw1 (mapconcat 'identity |