summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-13 00:43:46 +0100
committerBastien Guerry <bzg@altern.org>2011-02-13 00:43:46 +0100
commit2fb8bff5287e4ab36e934a674db0a3bac11028c3 (patch)
treed489ded750b34b66e267d7cb975667f0b43ffb0e
parent03ddcc63bb4a4b7651cc6ba992db05110af42f67 (diff)
downloadorg-mode-2fb8bff5287e4ab36e934a674db0a3bac11028c3.tar.gz
* org-latex.el (org-export-latex-hyperref-format): Update docstring.
-rw-r--r--lisp/org-latex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 79375af..5c38c40 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -305,8 +305,8 @@ the link, the second with the link description."
(defcustom org-export-latex-hyperref-format "\\hyperref[%s]{%s}"
"A printf format string to be applied to hyperref links.
-The format must contain two %s instances. The first will be filled with
-the link, the second with the link description."
+The format must contain one or two %s instances. The first one
+will be filled with the link, the second with its description."
:group 'org-export-latex
:type 'string)