Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe216b7

Browse files
committed
A few minor updates on Emacs mode section
1 parent 5542449 commit fe216b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,12 @@ Emacs mode
669669
There's an excellent Emacs editing mode for Python code; see the file
670670
Misc/python-mode.el. Originally written by the famous Tim Peters, it
671671
is now maintained by the equally famous Barry Warsaw
672-
<[email protected]>. The latest version is online at
673-
ftp://ftp.python.org/pub/emacs/python-mode.el. As you might expect of
674-
Barry (and even if you don't know what the heck I'm talking about :-),
675-
a configuration file for his cc-mode.el which selects the style used
676-
throughout most Python C source files is also provided; see the file
677-
Misc/ccpy-style.el.
672+
<[email protected]>. The latest version, along with various
673+
other contributed Python-related Emacs goodies, is online at
674+
<http://www.python.org/emacs/python-mode>. And if you are planning to
675+
edit the Python C code, please pick up the latest version of CC Mode
676+
<http://www.python.org/emacs/cc-mode>; it contains a "python" style
677+
used throughout most of the Python C source files.
678678

679679

680680
Web site

0 commit comments

Comments
 (0)