aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-09 08:46:25 +0800
committerXue Fuqiao2013-08-09 08:46:25 +0800
commit353ca646bb2de8184280db51e46b3939966f8847 (patch)
treec59954767f18ab3f20761012b29a061b4ba40240
parent77187e6f36e423fbf291ce9ea824d4b8da66108d (diff)
downloademacs-353ca646bb2de8184280db51e46b3939966f8847.tar.gz
emacs-353ca646bb2de8184280db51e46b3939966f8847.zip
* doc/misc/htmlfontify.texi (Customization): Remove documentation of `hfy-fast-lock-save'.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/htmlfontify.texi26
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 @@
12013-08-09 Xue Fuqiao <xfq.free@gmail.com>
2
3 * htmlfontify.texi (Customization): Remove documentation of
4 `hfy-fast-lock-save'.
5
12013-08-08 Xue Fuqiao <xfq.free@gmail.com> 62013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2 7
3 * ido.texi (Top): Insert node "Working Directories" in menu. 8 * 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.
1275@vindex hfy-html-quote-regex 1275@vindex hfy-html-quote-regex
1276@anchor{hfy-html-quote-regex} 1276@anchor{hfy-html-quote-regex}
1277 1277
1278@c FIXME: the cross-reference below looks ugly
1278Regex to match (with a single back-reference per match) strings in HTML 1279Regex to match (with a single back-reference per match) strings in HTML
1279which should be quoted with @ref{hfy-html-quote} 1280which should be quoted with @ref{hfy-html-quote}
1280(and @pxref{hfy-html-quote-map}) to make them safe. 1281(and @pxref{hfy-html-quote-map}) to make them safe.
@@ -1340,31 +1341,6 @@ See also: @ref{hfy-page-footer}
1340 1341
1341String to add to the @samp{<style> a} variant of an Htmlfontify CSS class. 1342String to add to the @samp{<style> a} variant of an Htmlfontify CSS class.
1342 1343
1343@item hfy-fast-lock-save
1344@vindex hfy-fast-lock-save
1345@anchor{hfy-fast-lock-save}
1346
1347Minimum size of a buffer for cached fontification.
1348This value is temporarily assigned to @code{fast-lock-minimum-size} during
1349html-fontification.
1350
1351Only buffers more than this can have associated Font Lock cache files saved.
1352
1353If nil, means cache files are never created.
1354
1355If a list, each element should be a cons pair of the form
1356@code{(@var{major-mode} . @var{size})}, where @var{major-mode}
1357is a symbol or t (meaning the default). For example:
1358
1359@lisp
1360 ((c-mode . 25600 )
1361 (c++-mode . 25600 )
1362 (rmail-mode . 1048576))
1363@end lisp
1364
1365means that the minimum size is 25K for buffers in C or C++ modes, one megabyte
1366for buffers in Rmail mode, and size is irrelevant (i.e., no saves) otherwise.
1367
1368@item hfy-split-index 1344@item hfy-split-index
1369@vindex hfy-split-index 1345@vindex hfy-split-index
1370@anchor{hfy-split-index} 1346@anchor{hfy-split-index}