summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-26 16:12:51 -0400
committerGlenn Morris <rgm@gnu.org>2018-03-26 16:12:51 -0400
commit86960383cf8bd709e08aac483a7f60be2f8c2dcf (patch)
tree7d17941e097437e785b7de3dcd39a13dc84252c4 /lisp/htmlfontify.el
parent930f7b10b3ee7cff1cbae56a5d38badedb69d6ff (diff)
downloademacs-86960383cf8bd709e08aac483a7f60be2f8c2dcf.tar.gz
* lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index dfa6bde2972..6ddbbc99f91 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -1623,8 +1623,8 @@ invisible text.
TEXT-BLOCK is a string that identifies a single chunk of visible
or invisible text of which the current position is a part. For
-visible portions, it's value is \"nil\". For invisible portions,
-it's value is computed as part of `hfy-invisible-name'.
+visible portions, its value is \"nil\". For invisible portions,
+its value is computed as part of `hfy-invisible-name'.
TEXT-ID marks a unique position within a block. It is set to
value of `point' at the current buffer position.