Skip to content

Commit 94bda9a

Browse files
authored
Merge pull request #2 from purcell/patch-1
Remove redundant mentions of "for Emacs"
2 parents a7fa829 + 8d3e41f commit 94bda9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opensource.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; opensource.el --- Emacs client for Opensource API
1+
;;; opensource.el --- Client for Opensource API
22

33
;; Author: Nicolas Lamirault <nicolas.lamirault@gmail.com>
44
;; URL: https://github.com/nlamirault/opensource.el
@@ -23,7 +23,7 @@
2323

2424
;;; Commentary:
2525

26-
;; Provides an Opensource API client for Emacs.
26+
;; Provides an Opensource API client.
2727

2828
;;; Installation:
2929

@@ -45,7 +45,7 @@
4545
;; Customization
4646

4747
(defgroup opensource nil
48-
"Opensource API client for Emacs."
48+
"Opensource API client."
4949
:group 'applications
5050
:link '(url-link :tag "Github" "https://github.com/nlamirault/opensource.el")
5151
:link '(emacs-commentary-link :tag "Commentary" "opensource API client"))

0 commit comments

Comments
 (0)