diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-09 08:51:03 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-09 08:51:03 +0800 |
commit | 241de2901eb3660565acbe5469e3179fce43e225 (patch) | |
tree | 84b78fb3d7cc035fe59508bb005d305b5a19d169 | |
parent | 353ca646bb2de8184280db51e46b3939966f8847 (diff) | |
download | emacs-241de2901eb3660565acbe5469e3179fce43e225.tar.gz |
* doc/misc/htmlfontify.texi (Customization): Minor fixes.
-rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/misc/htmlfontify.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6dc322e5473..cc0756e0d64 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,7 +1,7 @@ 2013-08-09 Xue Fuqiao <xfq.free@gmail.com> * htmlfontify.texi (Customization): Remove documentation of - `hfy-fast-lock-save'. + `hfy-fast-lock-save'. Minor fixes. 2013-08-08 Xue Fuqiao <xfq.free@gmail.com> diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index 1c84fa10afe..4bb6a9d6900 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -1359,7 +1359,7 @@ be large and take a long time to render or be difficult to navigate. @vindex hfy-extn @anchor{hfy-extn} -File extension used for output files +File extension used for output files. @item hfy-default-face-def @vindex hfy-default-face-def @@ -1440,7 +1440,7 @@ which can never slow you down, but may result in incomplete fontification. @vindex hfy-src-doc-link-unstyle @anchor{hfy-src-doc-link-unstyle} -Regex to remove from the <style> a variant of an Htmlfontify CSS class. +Regex to remove from the @samp{<style> a} variant of an Htmlfontify CSS class. @item hfy-link-extn @vindex hfy-link-extn |