org-inlinetask.el: Tiny formatting and rephrasing fixes

This commit is contained in:
Bastien 2018-04-26 15:51:18 +02:00
parent 1ac57ccda0
commit b8d0498a0e
1 changed files with 6 additions and 6 deletions

View File

@ -40,9 +40,9 @@
;; parent into children. ;; parent into children.
;; ;;
;; Special fontification of inline tasks, so that they can be ;; Special fontification of inline tasks, so that they can be
;; immediately recognized. From the stars of the headline, only the ;; immediately recognized. From the stars of the headline, only last
;; first and the last two will be visible, the others will be hidden ;; two will be visible, the others will be hidden using the `org-hide'
;; using the `org-hide' face. ;; face.
;; ;;
;; An inline task is identified solely by a minimum outline level, ;; An inline task is identified solely by a minimum outline level,
;; given by the variable `org-inlinetask-min-level', default 15. ;; given by the variable `org-inlinetask-min-level', default 15.
@ -54,14 +54,14 @@
;; ;;
;; As an example, here are two valid inline tasks: ;; As an example, here are two valid inline tasks:
;; ;;
;; **************** TODO a small task ;; **************** TODO A small task
;; ;;
;; and ;; and
;; ;;
;; **************** TODO another small task ;; **************** TODO Another small task
;; DEADLINE: <2009-03-30 Mon> ;; DEADLINE: <2009-03-30 Mon>
;; :PROPERTIES: ;; :PROPERTIES:
;; :SOMETHING: or other ;; :SOMETHING: another thing
;; :END: ;; :END:
;; And here is some extra text ;; And here is some extra text
;; **************** END ;; **************** END