diff options
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 |