summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBassam Saeed <bassam.saeed@gmail.com>2020-07-27 18:03:58 -0400
committerKyle Meyer <kyle@kyleam.com>2020-08-02 00:07:34 -0400
commitb395f0abf61aadce86a427fb7f86bd6e3628d29a (patch)
tree3e4b75a32440cf5b318658bafe00f5eea1fafe86
parenta1e5bee5cb9c34ceb8226597605a49638bee7cec (diff)
downloadorg-mode-b395f0abf61aadce86a427fb7f86bd6e3628d29a.tar.gz
ol.el: Fixed typo
* lisp/ol.el (org-link-parameters): Fixed typo 'ar' to 'are' TINYCHANGE
-rw-r--r--lisp/ol.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ol.el b/lisp/ol.el
index 82fc697..76a9aca 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -91,7 +91,7 @@ The key in each association is a string of the link type.
Subsequent optional elements make up a property list for that
type.
-All properties ar optional. However, the most important ones
+All properties are optional. However, the most important ones
are, in this order, `:follow', `:export', and `:store', described
below.