summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/python-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 7d96000..eed220c 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -19,9 +19,9 @@
;;; Commentary:
;; This is a major mode for editing Python programs. It was developed
-;; by Tim Peters after an original idea by Michael A. Guravage. In
-;; 1995, Barry Warsaw inherited the mode after Tim left the net, and
-;; is the current maintainer.
+;; by Tim Peters after an original idea by Michael A. Guravage. Tim
+;; subsequently left the net; in 1995, Barry Warsaw inherited the
+;; mode and is the current maintainer.
;; At some point this mode will undergo a rewrite to bring it more in
;; line with GNU Emacs Lisp coding standards, and to wax all the Emacs