Skip to content

Commit 3e3593d

Browse files
committed
Add missing library commentaries
1 parent d3c7e6d commit 3e3593d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lisp/epkg-desc.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
;; This file contains code taken from GNU Emacs, which is
2525
;; Copyright (C) 1976-2023 Free Software Foundation, Inc.
2626

27+
;;; Commentary:
28+
29+
;; The library implements support for showing information about
30+
;; a package in a buffer.
31+
2732
;;; Code:
2833

2934
(require 'epkg)

lisp/epkg-list.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
;; This file contains code taken from GNU Emacs, which is
2525
;; Copyright (C) 1976-2023 Free Software Foundation, Inc.
2626

27+
;;; Commentary:
28+
29+
;; The library implements support for listing packages in a buffer.
30+
2731
;;; Code:
2832

2933
(require 'epkg)

lisp/epkg-utils.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
;; You should have received a copy of the GNU General Public License
2222
;; along with this file. If not, see <https://www.gnu.org/licenses/>.
2323

24+
;;; Commentary:
25+
26+
;; The library implements auxiliary functions and commands.
27+
2428
;;; Code:
2529

2630
(require 'epkg)

0 commit comments

Comments
 (0)