/[emacs]/emacs/lisp/textmodes/tex-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tex-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.145 by jpw, Wed Aug 25 19:04:13 2004 UTC revision 1.146 by jpw, Mon Aug 30 19:04:18 2004 UTC
# Line 1145  on the line for the invalidity you want Line 1145  on the line for the invalidity you want
1145            (if no-matches            (if no-matches
1146                (insert "None!\n"))                (insert "None!\n"))
1147            (if (interactive-p)            (if (interactive-p)
1148                (message "%s mismatch%s found"                (message (cond (no-matches "No mismatches found")
1149                         (if no-matches "No" num-matches)                               ((= num-matches 1) "1 mismatch found")
1150                         (if (> num-matches 1) "es" ""))))))))                               (t "%d mismatches found"))
1151                           num-matches)))))))
1152    
1153  (defun tex-validate-region (start end)  (defun tex-validate-region (start end)
1154    "Check for mismatched braces or $'s in region.    "Check for mismatched braces or $'s in region.

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26