[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master d9b8346: Improve documentation of 'ispell-skip-html
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master d9b8346: Improve documentation of 'ispell-skip-html' |
Date: |
Thu, 22 Aug 2019 10:50:05 -0400 (EDT) |
branch: master
commit d9b83465c7c392d36bcbe44ccc6b66e3bec22b2d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Improve documentation of 'ispell-skip-html'
* lisp/textmodes/ispell.el (ispell-skip-html): Doc fix.
(Bug#37141)
---
lisp/textmodes/ispell.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 9dfa9f3..5c77e03 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -394,7 +394,12 @@ for language-specific arguments."
"Indicates whether ispell should skip spell checking of SGML markup.
If t, always skip SGML markup; if nil, never skip; if non-t and non-nil,
guess whether SGML markup should be skipped according to the name of the
-buffer's major mode."
+buffer's major mode.
+
+SGML markup is any text inside the brackets \"<>\" or entities
+such as \"&\". See `ispell-html-skip-alists' for more details.
+
+This variable affects spell-checking of HTML, XML, and SGML files."
:type '(choice (const :tag "always" t) (const :tag "never" nil)
(const :tag "use-mode-name" use-mode-name))
:group 'ispell)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master d9b8346: Improve documentation of 'ispell-skip-html',
Eli Zaretskii <=