From: Juanma Barranquero Date: Tue, 18 Jun 2002 14:35:10 +0000 (+0000) Subject: (eshell-modifier-help-string): Fix typos. X-Git-Tag: ttn-vms-21-2-B4~14555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9f196c648534f9fa39c5bdcd355dbfbb4163535;p=emacs.git (eshell-modifier-help-string): Fix typos. --- 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: q escape special characters S split string at any whitespace character - S/PAT/ split string at each occurance of PAT + S/PAT/ split string at each occurrence of PAT FOR LISTS OF ARGUMENTS: o sort alphabetically @@ -232,7 +232,7 @@ FOR LISTS OF ARGUMENTS: x/PAT/ exclude all members matching PAT s/pat/match/ substitute PAT with MATCH - g/pat/match/ substitute PAT with MATCH for all occurances + g/pat/match/ substitute PAT with MATCH for all occurrences EXAMPLES: *.c(:o) sorted list of .c files")