diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/eshell | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 0961e214f4f..f52b70fe7a6 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -205,7 +205,7 @@ a long option." | |||
| 205 | VALUE is the potential value of the OPT, coming from args like | 205 | VALUE is the potential value of the OPT, coming from args like |
| 206 | \"-fVALUE\" or \"--foo=VALUE\", or nil if no value was supplied. If | 206 | \"-fVALUE\" or \"--foo=VALUE\", or nil if no value was supplied. If |
| 207 | OPT doesn't consume a value, return VALUE unchanged so that it can be | 207 | OPT doesn't consume a value, return VALUE unchanged so that it can be |
| 208 | processed later; otherwsie, return nil. | 208 | processed later; otherwise, return nil. |
| 209 | 209 | ||
| 210 | If the OPT consumes an argument for its value and VALUE is nil, the | 210 | If the OPT consumes an argument for its value and VALUE is nil, the |
| 211 | argument list will be modified." | 211 | argument list will be modified." |