Skip to content

Commit

Permalink
Typo only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Jun 14, 2016
1 parent 678ccb4 commit 16febd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ much more convenient to use a simple boolean value here."
(defun helm-add-face-text-properties (beg end face &optional append object)
"Add the face property to the text from START to END.
It is a compatibility function which behave exactly like
`add-face-text-property' is available otherwise like `add-text-properties'.
`add-face-text-property' if available otherwise like `add-text-properties'.
When only `add-text-properties' is available APPEND is ignored."
(if (fboundp 'add-face-text-property)
(add-face-text-property beg end face append object)
Expand Down

0 comments on commit 16febd8

Please sign in to comment.