1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

* lisp/org-pcomplete.el: Add commentary section

This commit is contained in:
Ihor Radchenko 2023-10-30 12:05:09 +02:00
parent ffcdaa1e22
commit d68d0f5f49
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -22,6 +22,10 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;; This library implementes completion support in Org mode buffers.
;;; Code:
;;;; Require other packages