]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-modifier-help-string): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:26:48 +0000 (14:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Jun 2002 14:26:48 +0000 (14:26 +0000)
lisp/eshell/em-pred.el

index 5f9d7524b6f1f585f973a7f27b7fc8224074be97..064fed1ddd42e64990fa56e3c80ba627253a6932 100644 (file)
@@ -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")