From 00e8ef22f20f17befb0e0ad67f3a0a7715bb4372 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 19 Mar 2013 12:57:05 +0100 Subject: [PATCH] org.el (org-link-display-format): Fix docstring * org.el (org-link-display-format): Fix docstring. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 4f6134003..5f37f4831 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -23150,8 +23150,8 @@ Show the heading too, if it is currently invisible." (org-show-context 'org-goto)))))) (defun org-link-display-format (link) - "Replace a link with either the description, or the link target -if no description is present" + "Replace a link with its the description. +If there is no description, use the link target." (save-match-data (if (string-match org-bracket-link-analytic-regexp link) (replace-match (if (match-end 5) -- 2.11.4.GIT