aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/eshell
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-opt.el2
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."
205VALUE is the potential value of the OPT, coming from args like 205VALUE 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
207OPT doesn't consume a value, return VALUE unchanged so that it can be 207OPT doesn't consume a value, return VALUE unchanged so that it can be
208processed later; otherwsie, return nil. 208processed later; otherwise, return nil.
209 209
210If the OPT consumes an argument for its value and VALUE is nil, the 210If the OPT consumes an argument for its value and VALUE is nil, the
211argument list will be modified." 211argument list will be modified."