branch: elpa/d-mode
commit 3c9f78bece36c0f2f82ddfa8ec71b65bc55cfaea
Author: Roy Crihfield <[email protected]>
Commit: Roy Crihfield <[email protected]>

    wording: `init file' rather than `.emacs'
    
    Some of us use .emacs.d/init.el
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index 4e861da..b150781 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -26,7 +26,7 @@
 ;; Boston, MA 02111-1307, USA.
 
 ;; Usage:
-;; Put these lines in your .emacs startup file.
+;; Put these lines in your init file.
 ;;   (autoload 'd-mode "d-mode" "Major mode for editing D code." t)
 ;;   (add-to-list 'auto-mode-alist '("\\.d[i]?\\'" . d-mode))
 ;;

Reply via email to