emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/d-mode 3c9f78b 046/346: wording: `init file' rather than `


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 3c9f78b 046/346: wording: `init file' rather than `.emacs'
Date: Sun, 29 Aug 2021 11:00:01 -0400 (EDT)

branch: elpa/d-mode
commit 3c9f78bece36c0f2f82ddfa8ec71b65bc55cfaea
Author: Roy Crihfield <rscrihf@gmail.com>
Commit: Roy Crihfield <rscrihf@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]