diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ccpy-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 59ab4a1..bb2d2f4 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -12,7 +12,7 @@ ;; This file defines the standard C coding style for Python C files ;; and modules. It is compatible with cc-mode.el which should be a ;; standard part of your Emacs distribution (or see -;; <http://www.python.org/ftp/emacs/>). +;; <http://www.python.org/emacs/cc-mode>). ;; To use, make sure this file is on your Emacs load-path, and simply ;; add this to your .emacs file: |