aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJuanma Barranquero2002-06-18 14:35:10 +0000
committerJuanma Barranquero2002-06-18 14:35:10 +0000
commitf9f196c648534f9fa39c5bdcd355dbfbb4163535 (patch)
treea967b2d95325b1fc336d127a1df6792d598fa01a /lisp/eshell
parent27c0fbf5e397107a3e6c3dad6e9c2bd2fe03e590 (diff)
downloademacs-f9f196c648534f9fa39c5bdcd355dbfbb4163535.tar.gz
emacs-f9f196c648534f9fa39c5bdcd355dbfbb4163535.zip
(eshell-modifier-help-string): Fix typos.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-pred.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index 095dd797585..1c00156cf8d 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -218,7 +218,7 @@ FOR SINGLE ARGUMENTS, or each argument of a list of strings:
218 q escape special characters 218 q escape special characters
219 219
220 S split string at any whitespace character 220 S split string at any whitespace character
221 S/PAT/ split string at each occurance of PAT 221 S/PAT/ split string at each occurrence of PAT
222 222
223FOR LISTS OF ARGUMENTS: 223FOR LISTS OF ARGUMENTS:
224 o sort alphabetically 224 o sort alphabetically
@@ -232,7 +232,7 @@ FOR LISTS OF ARGUMENTS:
232 x/PAT/ exclude all members matching PAT 232 x/PAT/ exclude all members matching PAT
233 233
234 s/pat/match/ substitute PAT with MATCH 234 s/pat/match/ substitute PAT with MATCH
235 g/pat/match/ substitute PAT with MATCH for all occurances 235 g/pat/match/ substitute PAT with MATCH for all occurrences
236 236
237EXAMPLES: 237EXAMPLES:
238 *.c(:o) sorted list of .c files") 238 *.c(:o) sorted list of .c files")