org-link-descriptive: Fix docstring typo

* lisp/ol.el (org-link-descriptive): Drop extra word from docstring.
This commit is contained in:
Kyle Meyer 2022-02-27 23:40:13 -05:00
parent 57362f7414
commit 33543d2aa8
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ link.
(defcustom org-link-descriptive t (defcustom org-link-descriptive t
"Non-nil means Org displays descriptive links. "Non-nil means Org displays descriptive links.
E.g. [[https://orgmode.org][Org website]] is be displayed as E.g. [[https://orgmode.org][Org website]] is displayed as
\"Org Website\", hiding the link itself and just displaying its \"Org Website\", hiding the link itself and just displaying its
description. When set to nil, Org displays the full links description. When set to nil, Org displays the full links
literally. literally.