diff options
Diffstat (limited to 'lisp/org/org-lparse.el')
-rw-r--r-- | lisp/org/org-lparse.el | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/org/org-lparse.el b/lisp/org/org-lparse.el index 682a6611d73..b13dc86e5a6 100644 --- a/lisp/org/org-lparse.el +++ b/lisp/org/org-lparse.el @@ -5,9 +5,8 @@ ;; Author: Jambunathan K <kjambunathan at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; -;; This file is not (yet) part of GNU Emacs. -;; However, it is distributed under the same license. + +;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -21,8 +20,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; + ;;; Commentary: ;; `org-lparse' is the entry point for the generic line-oriented @@ -45,9 +43,6 @@ ;; convert documents between various formats. Use this to command, ;; for example, to convert odt file to doc or pdf format. -;; See README.org file that comes with this library for answers to -;; FAQs and more information on using this library. - ;;; Code: (eval-when-compile (require 'cl)) |