branch: elpa/d-mode
commit 85a090087f7c31f0a70a6bfcd8cfaefadfe7826a
Author: Dmitri Makarov <[email protected]>
Commit: Dmitri Makarov <[email protected]>
Update the URL to the D main website.
---
d-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index 49edee9..bf96ae8 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -456,7 +456,7 @@ operators."
(define-derived-mode d-mode d-parent-mode "D"
"Major mode for editing code written in the D Programming Language.
-See http://www.digitalmars.com/d for more information about the D language.
+See http://dlang.org for more information about the D language.
The hook `c-mode-common-hook' is run with no args at mode
initialization, then `d-mode-hook'.