From b8d0498a0ea9dfe70a4a560184287142cd1e0f5d Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 26 Apr 2018 15:51:18 +0200 Subject: [PATCH] org-inlinetask.el: Tiny formatting and rephrasing fixes --- lisp/org-inlinetask.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 7519977ca..278acb6ae 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