diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-16 15:16:15 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-16 15:16:15 -0500 |
commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/htmlfontify.el | |
parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 82c0a89561d..dfa6bde2972 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1630,7 +1630,7 @@ TEXT-ID marks a unique position within a block. It is set to value of `point' at the current buffer position. TEXT-BEGINS-BLOCK-P is a boolean and is non-nil if the current -span also begins a invisible portion of text. +span also begins an invisible portion of text. An implementation can use TEXT-BLOCK, TEXT-ID, TEXT-BEGINS-BLOCK-P to implement fold/unfold-on-mouse-click like |