branch: externals/org
commit b4ce4d6d82f987635aece03885051b819e7a23ba
Author: Stefan Kangas <ste...@marxist.se>
Commit: Kyle Meyer <k...@kyleam.com>

    Backport commit 25ebb9374 from Emacs
    
    ; More minor docfixes found by checkdoc
    25ebb9374bdadf66153727831fc7ff131c8cf299
    Stefan Kangas
    Tue Sep 14 07:57:14 2021 +0200
---
 lisp/ol.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ol.el b/lisp/ol.el
index 38e2dd6..4b7f208 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -444,7 +444,7 @@ negates this setting for the duration of the command."
   :safe (lambda (val) (or (booleanp val) (integerp val))))
 
 (defcustom org-link-email-description-format "Email %c: %s"
-  "Format of the description part of a link to an email or usenet message.
+  "Format of the description part of a link to an email or Usenet message.
 The following %-escapes will be replaced by corresponding information:
 
 %F   full \"From\" field

Reply via email to