From b395f0abf61aadce86a427fb7f86bd6e3628d29a Mon Sep 17 00:00:00 2001 From: Bassam Saeed Date: Mon, 27 Jul 2020 18:03:58 -0400 Subject: [PATCH] ol.el: Fixed typo * lisp/ol.el (org-link-parameters): Fixed typo 'ar' to 'are' TINYCHANGE --- lisp/ol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol.el b/lisp/ol.el index 82fc69769..76a9aca2b 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.