emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bb8c8fd: Don't spell-check argument of 'cref' TeX m


From: Eli Zaretskii
Subject: [Emacs-diffs] master bb8c8fd: Don't spell-check argument of 'cref' TeX macro
Date: Sat, 16 Apr 2016 09:23:22 +0000

branch: master
commit bb8c8fdfbb226ea760e8e5761ecda98c8cd9564f
Author: Matthew Leach <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 lisp/textmodes/ispell.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index db03a32..5a1f473 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]