mirror of https://github.com/python/cpython.git
#(py-emacs-features): Fixed typo in docstring.
This commit is contained in:
parent
b8f1166922
commit
6ae21ad687
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue