diff options
| author | Juanma Barranquero | 2008-02-05 12:07:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-05 12:07:11 +0000 |
| commit | 0138efd4b32f2209944704e627e514274e1c1e20 (patch) | |
| tree | 6a8458ca8d9d0a13aaef30a8b6df084f3bc0fd0c | |
| parent | 9b9a412286efca8257d18175941b6370115445d6 (diff) | |
| download | emacs-0138efd4b32f2209944704e627e514274e1c1e20.tar.gz emacs-0138efd4b32f2209944704e627e514274e1c1e20.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/emacs-lisp/cl-specs.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/deuglify.el | 2 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 2 |
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 @@ | |||
| 323 | ;; Below is a complete spec for loop, in several parts that correspond | 323 | ;; Below is a complete spec for loop, in several parts that correspond |
| 324 | ;; to the syntax given in CLtL2. The specs do more than specify where | 324 | ;; to the syntax given in CLtL2. The specs do more than specify where |
| 325 | ;; the forms are; it also specifies, as much as Edebug allows, all the | 325 | ;; the forms are; it also specifies, as much as Edebug allows, all the |
| 326 | ;; syntactically legal loop clauses. The disadvantage of this | 326 | ;; syntactically valid loop clauses. The disadvantage of this |
| 327 | ;; completeness is rigidity, but the "for ... being" clause allows | 327 | ;; completeness is rigidity, but the "for ... being" clause allows |
| 328 | ;; arbitrary extensions of the form: [symbolp &rest &or symbolp form]. | 328 | ;; arbitrary extensions of the form: [symbolp &rest &or symbolp form]. |
| 329 | 329 | ||
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." | |||
| 47 | ;; | 47 | ;; |
| 48 | ;; $ALSO-VAR | 48 | ;; $ALSO-VAR |
| 49 | ;; | 49 | ;; |
| 50 | ;; "-" is a legal part of a variable name. | 50 | ;; "-" is a valid part of a variable name. |
| 51 | ;; | 51 | ;; |
| 52 | ;; $<MYVAR>-TOO | 52 | ;; $<MYVAR>-TOO |
| 53 | ;; | 53 | ;; |
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 @@ | |||
| 68 | ;; > verb. This sentence no verb. This sentence no verb. This | 68 | ;; > verb. This sentence no verb. This sentence no verb. This |
| 69 | ;; > sentence no verb. | 69 | ;; > sentence no verb. |
| 70 | ;; | 70 | ;; |
| 71 | ;; Unwrapping "You forgot in all your sentences." would be illegal as | 71 | ;; Unwrapping "You forgot in all your sentences." would be invalid as |
| 72 | ;; this part wasn't intended to be cited text. | 72 | ;; this part wasn't intended to be cited text. |
| 73 | ;; `gnus-article-outlook-unwrap-lines' will only unwrap lines if the resulting | 73 | ;; `gnus-article-outlook-unwrap-lines' will only unwrap lines if the resulting |
| 74 | ;; citation line will be of a certain maximum length. You can control | 74 | ;; 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 @@ | |||
| 297 | ;; you would type: | 297 | ;; you would type: |
| 298 | ;; C-x C-f /anonymous@ymir.claremont.edu:CSV/POLICY/RULES.MEM | 298 | ;; C-x C-f /anonymous@ymir.claremont.edu:CSV/POLICY/RULES.MEM |
| 299 | ;; | 299 | ;; |
| 300 | ;; A legal VMS filename is of the form: FILE.TYPE;## | 300 | ;; A valid VMS filename is of the form: FILE.TYPE;## |
| 301 | ;; where FILE can be up to 39 characters | 301 | ;; where FILE can be up to 39 characters |
| 302 | ;; TYPE can be up to 39 characters | 302 | ;; TYPE can be up to 39 characters |
| 303 | ;; ## is a version number (an integer between 1 and 32,767) | 303 | ;; ## is a version number (an integer between 1 and 32,767) |