# HG changeset patch # User Juanma Barranquero # Date 1024410910 0 # Node ID 8cce22874db4259afb5996d6a87e523354e3b72d # Parent 52a4d501ce211710db7a53b54864e6a063947769 (eshell-modifier-help-string): Fix typos. diff -r 52a4d501ce21 -r 8cce22874db4 lisp/eshell/em-pred.el --- a/lisp/eshell/em-pred.el Tue Jun 18 14:34:53 2002 +0000 +++ b/lisp/eshell/em-pred.el Tue Jun 18 14:35:10 2002 +0000 @@ -218,7 +218,7 @@ 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 @@ 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")