diff lisp/mail/mail-extr.el @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents 107ccd98fa12 86418444e2d1
children 1e3a407766b9
line wrap: on
line diff
--- a/lisp/mail/mail-extr.el	Sun Feb 24 06:43:15 2008 +0000
+++ b/lisp/mail/mail-extr.el	Sun Feb 24 10:09:07 2008 +0000
@@ -850,7 +850,7 @@
 	      (setq char ?\() ; HAVE I NO SHAME??
 	      )
 	     ;; record the position of various interesting chars, determine
-	     ;; legality later.
+	     ;; validity later.
 	     ((setq record-pos-symbol
 		    (cdr (assq char
 			       '((?< . <-pos) (?> . >-pos) (?@ . @-pos)
@@ -862,9 +862,9 @@
 	     ((eq char ?.)
 	      (forward-char 1))
 	     ((memq char '(
-			   ;; comment terminator illegal
+			   ;; comment terminator invalid
 			   ?\)
-			   ;; domain literal terminator illegal
+			   ;; domain literal terminator invalid
 			   ?\]
 			   ;; \ allowed only within quoted strings,
 			   ;; domain literals, and comments