Parcourir la source

Merge branch 'maint'

Kyle Meyer il y a 7 ans
Parent
commit
8184de6e13
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      lisp/org-faces.el
  2. 1 1
      lisp/org-inlinetask.el

+ 1 - 1
lisp/org-faces.el

@@ -291,7 +291,7 @@ determines if it is a foreground or a background color."
 (defcustom org-priority-faces nil
 (defcustom org-priority-faces nil
   "Faces for specific Priorities.
   "Faces for specific Priorities.
 This is a list of cons cells, with priority character in the car
 This is a list of cons cells, with priority character in the car
-and faces in the cdr.  The face can be a symbol, a color as
+and faces in the cdr.  The face can be a symbol, a color
 as a string, or a property list of attributes, like
 as a string, or a property list of attributes, like
     (:foreground \"blue\" :weight bold :underline t).
     (:foreground \"blue\" :weight bold :underline t).
 If it is a color string, the variable `org-faces-easy-properties'
 If it is a color string, the variable `org-faces-easy-properties'

+ 1 - 1
lisp/org-inlinetask.el

@@ -114,7 +114,7 @@ When nil, the first star is not shown."
 (defcustom org-inlinetask-default-state nil
 (defcustom org-inlinetask-default-state nil
   "Non-nil means make inline tasks have a TODO keyword initially.
   "Non-nil means make inline tasks have a TODO keyword initially.
 This should be the state `org-inlinetask-insert-task' should use by
 This should be the state `org-inlinetask-insert-task' should use by
-default, or nil of no state should be assigned."
+default, or nil if no state should be assigned."
   :group 'org-inlinetask
   :group 'org-inlinetask
   :version "24.1"
   :version "24.1"
   :type '(choice
   :type '(choice