diff options
author | Jason Lewis <jason@dickson.st> | 2012-07-06 06:49:37 (GMT) |
---|---|---|
committer | Jason Lewis <jason@dickson.st> | 2012-07-06 06:49:37 (GMT) |
commit | 77c20c0d71b063e446f85d2857898d4449d498aa (patch) | |
tree | 568bafdf70f5abfd910c2fcffcf299d9945096b6 /contrib | |
parent | 4c658e6bdb7f5220451b4ab34fa962a2054b1318 (diff) |
changed instructions for installing to take into account change in
file name
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/scad-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scad-mode.el b/contrib/scad-mode.el index 0124b7e..0a7bd87 100644 --- a/contrib/scad-mode.el +++ b/contrib/scad-mode.el @@ -28,7 +28,7 @@ ;; ;; To use, insert the following into your emacs startup: ;; -;; (autoload 'scad-mode "scad" "Major mode for editing SCAD code." t) +;; (autoload 'scad-mode "scad-mode" "Major mode for editing SCAD code." t) ;; (add-to-list 'auto-mode-alist '("\\.scad$" . scad-mode)) ;;; To Do: |