diff options
| author | Paul Eggert | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /lisp/eshell | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz emacs-da6062e6ea440f6cd68db251390fcb91450103ba.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-arg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 1fb8b7f4c32..dcb23967645 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -311,7 +311,7 @@ special character that is not itself a backslash." | |||
| 311 | (char-to-string (char-before)))) | 311 | (char-to-string (char-before)))) |
| 312 | ;; allow \\<RET> to mean a literal "\" character followed by a | 312 | ;; allow \\<RET> to mean a literal "\" character followed by a |
| 313 | ;; normal return, rather than a backslash followed by a line | 313 | ;; normal return, rather than a backslash followed by a line |
| 314 | ;; continuator (i.e., "\\ + \n" rather than "\ + \\n"). This | 314 | ;; continuation (i.e., "\\ + \n" rather than "\ + \\n"). This |
| 315 | ;; is necessary because backslashes in Eshell are not special | 315 | ;; is necessary because backslashes in Eshell are not special |
| 316 | ;; unless they either precede something special, or precede a | 316 | ;; unless they either precede something special, or precede a |
| 317 | ;; backslash that precedes something special. (Mainly this is | 317 | ;; backslash that precedes something special. (Mainly this is |