Explorar o código

org.el (org-link-display-format): Fix docstring

* org.el (org-link-display-format): Fix docstring.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
00e8ef22f2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/org.el

+ 2 - 2
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)