Browse Source

ox-html: Fix docstring

* lisp/ox-html.el (org-html-inline-image-rules): Remove out of context
  part of the docstring.
Nicolas Goaziou 12 years ago
parent
commit
986c4ad96e
1 changed files with 1 additions and 8 deletions
  1. 1 8
      lisp/ox-html.el

+ 1 - 8
lisp/ox-html.el

@@ -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")