changeset 45895:8cce22874db4

(eshell-modifier-help-string): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Jun 2002 14:35:10 +0000
parents 52a4d501ce21
children 2c6ffe81125c
files lisp/eshell/em-pred.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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")