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

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

[elpa] master f8d15c7 12/13: Fix elpa URL in docs


From: Dmitry Gutov
Subject: [elpa] master f8d15c7 12/13: Fix elpa URL in docs
Date: Wed, 28 Jan 2015 13:09:11 +0000

branch: master
commit f8d15c7edb2a182f484c5e6eb86f322df473e763
Author: Ingo Lohmar <address@hidden>
Commit: Ingo Lohmar <address@hidden>

    Fix elpa URL in docs
---
 README.org            |    2 +-
 company-statistics.el |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 4f25f13..3fef3a4 100644
--- a/README.org
+++ b/README.org
@@ -8,7 +8,7 @@ likelier candidates at the top of the list.
 ** Use It
 Using the package is simple.
 
-If you install it from the gnu.elpa.org repository with Emacs' package manager,
+If you install it from the elpa.gnu.org repository with Emacs' package manager,
 you only need to enable the mode, e.g., in your =init.el= file:
 #+begin_src emacs-lisp
 (add-to-hook 'after-init-hook 'company-statistics-mode)
diff --git a/company-statistics.el b/company-statistics.el
index beda36a..a3fef23 100644
--- a/company-statistics.el
+++ b/company-statistics.el
@@ -25,7 +25,7 @@
 
 ;;; Commentary:
 ;;
-;; Package installed from gnu.elpa.org:
+;; Package installed from elpa.gnu.org:
 ;;
 ;;   (add-hook 'after-init-hook 'company-statistics-mode)
 ;;



reply via email to

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