branch: externals/org commit b06995e99895cd87d0251f2101ef018be195aef6 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
* lisp/ol-man.el: Add file commentary and Code: header --- lisp/ol-man.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ol-man.el b/lisp/ol-man.el index 645a6108e8..b0701c6896 100644 --- a/lisp/ol-man.el +++ b/lisp/ol-man.el @@ -24,6 +24,10 @@ ;; ;;; Commentary: +;; This file implements links to man pages from within Org mode. + +;;; Code: + (require 'org-macs) (org-assert-version)