]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'ispell-skip-html'
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Aug 2019 14:49:40 +0000 (17:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Aug 2019 14:49:40 +0000 (17:49 +0300)
* lisp/textmodes/ispell.el (ispell-skip-html): Doc fix.
(Bug#37141)

lisp/textmodes/ispell.el

index 9dfa9f3c4483f7724eb20fb6f2c00ad36fc5f005..5c77e03b0b256d8984d4797f04a633ae2973dde1 100644 (file)
@@ -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 \"&amp;\".  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)