Skip to content

Commit

Permalink
Add missing library commentaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Feb 20, 2025
1 parent d3c7e6d commit 3e3593d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lisp/epkg-desc.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
;; This file contains code taken from GNU Emacs, which is
;; Copyright (C) 1976-2023 Free Software Foundation, Inc.

;;; Commentary:

;; The library implements support for showing information about
;; a package in a buffer.

;;; Code:

(require 'epkg)
Expand Down
4 changes: 4 additions & 0 deletions lisp/epkg-list.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
;; This file contains code taken from GNU Emacs, which is
;; Copyright (C) 1976-2023 Free Software Foundation, Inc.

;;; Commentary:

;; The library implements support for listing packages in a buffer.

;;; Code:

(require 'epkg)
Expand Down
4 changes: 4 additions & 0 deletions lisp/epkg-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
;; You should have received a copy of the GNU General Public License
;; along with this file. If not, see <https://www.gnu.org/licenses/>.

;;; Commentary:

;; The library implements auxiliary functions and commands.

;;; Code:

(require 'epkg)
Expand Down

0 comments on commit 3e3593d

Please sign in to comment.