0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 09:46:27 +00:00

Backport commit 25ebb9374 from Emacs

; More minor docfixes found by checkdoc
25ebb9374bdadf66153727831fc7ff131c8cf299
Stefan Kangas
Tue Sep 14 07:57:14 2021 +0200
This commit is contained in:
Stefan Kangas 2021-09-14 07:55:56 +02:00 committed by Kyle Meyer
parent d2deb188a6
commit b4ce4d6d82

View file

@ -444,7 +444,7 @@ negates this setting for the duration of the command."
:safe (lambda (val) (or (booleanp val) (integerp val)))) :safe (lambda (val) (or (booleanp val) (integerp val))))
(defcustom org-link-email-description-format "Email %c: %s" (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: The following %-escapes will be replaced by corresponding information:
%F full \"From\" field %F full \"From\" field