ox-html: Fix docstring

* lisp/ox-html.el (org-html-inline-image-rules): Remove out of context
  part of the docstring.
This commit is contained in:
Nicolas Goaziou 2013-04-10 19:19:21 +02:00
parent 659edb40a5
commit 986c4ad96e
1 changed files with 1 additions and 8 deletions

View File

@ -695,16 +695,9 @@ be linked only."
("http" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")
("https" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'"))
"Rules characterizing image files that can be inlined into HTML.
A rule consists in an association whose key is the type of link
to consider, and value is a regexp that will be matched against
link's path.
Note that, by default, the image extension *actually* allowed
depend on the way the HTML file is processed. When used with
pdflatex, pdf, jpg and png images are OK. When processing
through dvi to Postscript, only ps and eps are allowed. The
default we use here encompasses both."
link's path."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")