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

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

[elpa] externals/devdocs fdbe3fb: Prepare for first GNU ELPA release


From: ELPA Syncer
Subject: [elpa] externals/devdocs fdbe3fb: Prepare for first GNU ELPA release
Date: Sat, 29 May 2021 15:57:07 -0400 (EDT)

branch: externals/devdocs
commit fdbe3fba6205985e128ff5d7c2f1b7e9ad0323a8
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Prepare for first GNU ELPA release
---
 README.md  | 4 +++-
 devdocs.el | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a176421..abb863a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@ devdocs.el — Emacs viewer for DevDocs
 
 devdocs.el is a documentation viewer similar to the built-in Info
 browser, but geared towards documentation obtained from the [DevDocs]
-website.
+website.  It is available from [GNU ELPA]; to install, type `M-x
+package-install RET devdocs RET`.
 
 To get started, download some documentation with `M-x devdocs-install`.
 This will first query https://devdocs.io for the available documents,
@@ -32,4 +33,5 @@ hyperlinks are opened in the same viewing buffer, and 
external links
 are opened as `browse-url` normally would.
 
 [DevDocs]: https://devdocs.io
+[GNU ELPA]: https://elpa.gnu.org/packages/devdocs.html
 [dir-local variables]: 
https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
diff --git a/devdocs.el b/devdocs.el
index 6286985..b06b403 100644
--- a/devdocs.el
+++ b/devdocs.el
@@ -1,12 +1,12 @@
 ;;; devdocs.el --- Emacs viewer for DevDocs -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021 Augusto Stoffel
+;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Augusto Stoffel <arstoffel@gmail.com>
 ;; Keywords: help
 ;; URL: https://github.com/astoff/devdocs
 ;; Package-Requires: ((emacs "27.1"))
-;; Version: 0
+;; Version: 0.1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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