summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/cl-specs.el2
-rw-r--r--lisp/eshell/esh-var.el2
-rw-r--r--lisp/gnus/deuglify.el2
-rw-r--r--lisp/net/ange-ftp.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index d2d55204ef2..dc8ebef69d5 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -323,7 +323,7 @@
;; 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].
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index 15ecb119c5e..0e5f4484279 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -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
;;
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el
index c17be0a1479..75880c8f76b 100644
--- a/lisp/gnus/deuglify.el
+++ b/lisp/gnus/deuglify.el
@@ -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
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 7428dcd380a..d53f740296a 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -297,7 +297,7 @@
;; 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)