summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 15:51:18 +0200
committerBastien <bzg@gnu.org>2018-04-26 15:51:18 +0200
commitb8d0498a0ea9dfe70a4a560184287142cd1e0f5d (patch)
treeb9ce2bdde83596ca3681a8cc00660f259348d3f6
parent1ac57ccda0622ff508e81245b7875298c1772b6d (diff)
downloadorg-mode-b8d0498a0ea9dfe70a4a560184287142cd1e0f5d.tar.gz
org-inlinetask.el: Tiny formatting and rephrasing fixes
-rw-r--r--lisp/org-inlinetask.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index 7519977..278acb6 100644
--- a/lisp/org-inlinetask.el
+++ b/lisp/org-inlinetask.el
@@ -40,9 +40,9 @@
;; parent into children.
;;
;; Special fontification of inline tasks, so that they can be
-;; immediately recognized. From the stars of the headline, only the
-;; first and the last two will be visible, the others will be hidden
-;; using the `org-hide' face.
+;; immediately recognized. From the stars of the headline, only last
+;; two will be visible, the others will be hidden using the `org-hide'
+;; face.
;;
;; An inline task is identified solely by a minimum outline level,
;; given by the variable `org-inlinetask-min-level', default 15.
@@ -54,14 +54,14 @@
;;
;; As an example, here are two valid inline tasks:
;;
-;; **************** TODO a small task
+;; **************** TODO A small task
;;
;; and
;;
-;; **************** TODO another small task
+;; **************** TODO Another small task
;; DEADLINE: <2009-03-30 Mon>
;; :PROPERTIES:
-;; :SOMETHING: or other
+;; :SOMETHING: another thing
;; :END:
;; And here is some extra text
;; **************** END