diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
commit | 69107f347b3ac7f51cd22333f57393fd735915f2 (patch) | |
tree | b1dbe911192a77d9be141538b4ee3df5b79ebfcf /lisp/textmodes/flyspell.el | |
parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 353d4352f60..5568bbb1d97 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -1732,7 +1732,7 @@ FLYSPELL-BUFFER." ;;*---------------------------------------------------------------------*/ ;;* flyspell-properties-at-p ... */ ;;* ------------------------------------------------------------- */ -;;* Is there an highlight properties at position pos? */ +;;* Is there a highlight property at position pos? */ ;;*---------------------------------------------------------------------*/ (defun flyspell-properties-at-p (pos) "Return t if there is a text property at POS, not counting `local-map'. |