From 33543d2aa87c994475646897b2d2cd40880e0fab Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 27 Feb 2022 23:40:13 -0500 Subject: [PATCH] org-link-descriptive: Fix docstring typo * lisp/ol.el (org-link-descriptive): Drop extra word from docstring. --- lisp/ol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol.el b/lisp/ol.el index 2cba33ed9..a03d85f61 100644 --- a/lisp/ol.el +++ b/lisp/ol.el @@ -183,7 +183,7 @@ link. (defcustom org-link-descriptive t "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 description. When set to nil, Org displays the full links literally.