branch: externals/emacs-lisp-intro-es
commit 5543355583f2f1a6327d5e112b370d4d628c9499
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    Make a release
    
    * README.org (Downloading the manual): Point to the (upcoming)
    GNU ELPA pages rather than their GNU-devel counterparts.
    
    * emacs-lisp-intro-es.el: Make a release.
---
 README.org             | 7 +++++--
 emacs-lisp-intro-es.el | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index d63253996b..0020611ce3 100644
--- a/README.org
+++ b/README.org
@@ -7,14 +7,17 @@
 
 * Downloading the manual
 
+You can download pre-built versions of this manual in various formats
+at https://elpa.gnu.org/packages/emacs-lisp-intro-es
+
 ** PDF
 #+BEGIN_SRC bash
-$ wget -c 
https://elpa.gnu.org/devel/doc/emacs-lisp-intro-es/emacs-lisp-intro-es.pdf
+$ wget -c 
https://elpa.gnu.org/packages/doc/emacs-lisp-intro-es/emacs-lisp-intro-es.pdf
 #+END_SRC
 
 ** HTML
 #+BEGIN_SRC bash
-$ https://elpa.gnu.org/devel/doc/emacs-lisp-intro-es.html
+$ https://elpa.gnu.org/packages/doc/emacs-lisp-intro-es.html
 #+END_SRC
 
 * Installation
diff --git a/emacs-lisp-intro-es.el b/emacs-lisp-intro-es.el
index e094be7ebc..d36b99537c 100644
--- a/emacs-lisp-intro-es.el
+++ b/emacs-lisp-intro-es.el
@@ -4,7 +4,7 @@
 ;;
 ;; Author: David Arroyo Menéndez <[email protected]>
 ;; Keywords: Manual, Translation, Spanish, Español
-;; Version: 0
+;; Version: 1.0
 
 ;;; Commentary:
 

Reply via email to