We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fa829 commit 8d3e41fCopy full SHA for 8d3e41f
opensource.el
@@ -1,4 +1,4 @@
1
-;;; opensource.el --- Emacs client for Opensource API
+;;; opensource.el --- Client for Opensource API
2
3
;; Author: Nicolas Lamirault <nicolas.lamirault@gmail.com>
4
;; URL: https://github.com/nlamirault/opensource.el
@@ -23,7 +23,7 @@
23
24
;;; Commentary:
25
26
-;; Provides an Opensource API client for Emacs.
+;; Provides an Opensource API client.
27
28
;;; Installation:
29
@@ -45,7 +45,7 @@
45
;; Customization
46
47
(defgroup opensource nil
48
- "Opensource API client for Emacs."
+ "Opensource API client."
49
:group 'applications
50
:link '(url-link :tag "Github" "https://github.com/nlamirault/opensource.el")
51
:link '(emacs-commentary-link :tag "Commentary" "opensource API client"))
0 commit comments