summaryrefslogtreecommitdiff
path: root/lisp/org/ol.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2022-11-17 08:45:57 +0100
committerJuanma Barranquero <lekktu@gmail.com>2022-11-17 08:48:02 +0100
commit623db40dd1cd21623c5cecdc0abbf3ce885f92b1 (patch)
treefdee60381a0cb1396aade01d513a242f0517ec67 /lisp/org/ol.el
parent783c335623c5744ec3eda7913aeccfdd8aef4680 (diff)
downloademacs-623db40dd1cd21623c5cecdc0abbf3ce885f92b1.tar.gz
; * lisp/*.el: Fix typos in docstrings
* lisp/gnus/nnrss.el (nnrss-use-local, nnrss-fetch, nnrss-find-el): * lisp/leim/quail/japanese.el ("japanese"): * lisp/org/ol.el (org-link-search-must-match-exact-headline): * lisp/org/org-faces.el (org-column): * lisp/progmodes/eglot.el (eglot--stay-out-of-p) (eglot-workspace-configuration, eglot--read-execute-code-action): * lisp/vc/vc.el (vc-clone): Fix typos in docstrings.
Diffstat (limited to 'lisp/org/ol.el')
-rw-r--r--lisp/org/ol.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ol.el b/lisp/org/ol.el
index 4ad1f6d3452..108f031cde4 100644
--- a/lisp/org/ol.el
+++ b/lisp/org/ol.el
@@ -339,7 +339,7 @@ another window."
(defcustom org-link-search-must-match-exact-headline 'query-to-create
"Non-nil means internal fuzzy links can only match headlines.
-When nil, the a fuzzy link may point to a target or a named
+When nil, the fuzzy link may point to a target or a named
construct in the document. When set to the special value
`query-to-create', offer to create a new headline when none
matched.