diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-09 08:46:25 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-09 08:46:25 +0800 |
commit | 353ca646bb2de8184280db51e46b3939966f8847 (patch) | |
tree | c59954767f18ab3f20761012b29a061b4ba40240 | |
parent | 77187e6f36e423fbf291ce9ea824d4b8da66108d (diff) | |
download | emacs-353ca646bb2de8184280db51e46b3939966f8847.tar.gz |
* doc/misc/htmlfontify.texi (Customization): Remove documentation of `hfy-fast-lock-save'.
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/htmlfontify.texi | 26 |
2 files changed, 6 insertions, 25 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 4134895073f..6dc322e5473 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-09 Xue Fuqiao <xfq.free@gmail.com> + + * htmlfontify.texi (Customization): Remove documentation of + `hfy-fast-lock-save'. + 2013-08-08 Xue Fuqiao <xfq.free@gmail.com> * ido.texi (Top): Insert node "Working Directories" in menu. diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index e45234872e2..1c84fa10afe 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -1275,6 +1275,7 @@ normally be applied. @vindex hfy-html-quote-regex @anchor{hfy-html-quote-regex} +@c FIXME: the cross-reference below looks ugly Regex to match (with a single back-reference per match) strings in HTML which should be quoted with @ref{hfy-html-quote} (and @pxref{hfy-html-quote-map}) to make them safe. @@ -1340,31 +1341,6 @@ See also: @ref{hfy-page-footer} String to add to the @samp{<style> a} variant of an Htmlfontify CSS class. -@item hfy-fast-lock-save -@vindex hfy-fast-lock-save -@anchor{hfy-fast-lock-save} - -Minimum size of a buffer for cached fontification. -This value is temporarily assigned to @code{fast-lock-minimum-size} during -html-fontification. - -Only buffers more than this can have associated Font Lock cache files saved. - -If nil, means cache files are never created. - -If a list, each element should be a cons pair of the form -@code{(@var{major-mode} . @var{size})}, where @var{major-mode} -is a symbol or t (meaning the default). For example: - -@lisp - ((c-mode . 25600 ) - (c++-mode . 25600 ) - (rmail-mode . 1048576)) -@end lisp - -means that the minimum size is 25K for buffers in C or C++ modes, one megabyte -for buffers in Rmail mode, and size is irrelevant (i.e., no saves) otherwise. - @item hfy-split-index @vindex hfy-split-index @anchor{hfy-split-index} |