Don't spell-check argument of 'cref' TeX macro
* lisp/textmodes/ispell.el (ispell-tex-skip-alists): Add the cref macro to skip spell-checking the cref macro argument.
This commit is contained in:
parent
c2ce5476dc
commit
bb8c8fdfbb
1 changed files with 1 additions and 0 deletions
|
@ -1875,6 +1875,7 @@ Valid forms include:
|
|||
("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end)
|
||||
("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end)
|
||||
;;("\\\\author" ispell-tex-arg-end)
|
||||
("\\\\cref" ispell-tex-arg-end)
|
||||
("\\\\bibliographystyle" ispell-tex-arg-end)
|
||||
("\\\\makebox" ispell-tex-arg-end 0)
|
||||
("\\\\e?psfig" ispell-tex-arg-end)
|
||||
|
|
Loading…
Add table
Reference in a new issue