]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:07:11 +0000 (12:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:07:11 +0000 (12:07 +0000)
lisp/emacs-lisp/cl-specs.el
lisp/eshell/esh-var.el
lisp/gnus/deuglify.el
lisp/net/ange-ftp.el

index d2d55204ef221998206c58c1e71972e7426c3773..dc8ebef69d5a771eeffb122cbc97faafc6e96db5 100644 (file)
 ;; Below is a complete spec for loop, in several parts that correspond
 ;; to the syntax given in CLtL2.  The specs do more than specify where
 ;; the forms are; it also specifies, as much as Edebug allows, all the
-;; syntactically legal loop clauses.  The disadvantage of this
+;; syntactically valid loop clauses.  The disadvantage of this
 ;; completeness is rigidity, but the "for ... being" clause allows
 ;; arbitrary extensions of the form: [symbolp &rest &or symbolp form].
 
index 15ecb119c5e8795deffdb877abcc70d110916271..0e5f448427914ba4a965b4933e68daea9a6c41b1 100644 (file)
@@ -47,7 +47,7 @@ variable value, a subcommand, or even the result of a Lisp form."
 ;;
 ;;   $ALSO-VAR
 ;;
-;; "-" is a legal part of a variable name.
+;; "-" is a valid part of a variable name.
 ;;
 ;;   $<MYVAR>-TOO
 ;;
index c17be0a14799917259648fcf8f49771aaf2c1173..75880c8f76b260cc4cd6932b274fa0fdd81dbfeb 100644 (file)
@@ -68,7 +68,7 @@
 ;; > verb.  This sentence no verb.  This sentence no verb.  This
 ;; > sentence no verb.
 ;;
-;; Unwrapping "You forgot in all your sentences." would be illegal as
+;; Unwrapping "You forgot in all your sentences." would be invalid as
 ;; this part wasn't intended to be cited text.
 ;; `gnus-article-outlook-unwrap-lines' will only unwrap lines if the resulting
 ;; citation line will be of a certain maximum length.  You can control
index 7428dcd380a05a6984efd6d54c558651b63eb2b5..d53f740296aa8ad66202d5988135153d6dfaebe2 100644 (file)
 ;; you would type:
 ;;  C-x C-f /anonymous@ymir.claremont.edu:CSV/POLICY/RULES.MEM
 ;;
-;; A legal VMS filename is of the form: FILE.TYPE;##
+;; A valid VMS filename is of the form: FILE.TYPE;##
 ;; where FILE can be up to 39 characters
 ;;       TYPE can be up to 39 characters
 ;;       ## is a version number (an integer between 1 and 32,767)