[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/em-pred.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/em-pred.el |
Date: |
Tue, 18 Jun 2002 10:35:10 -0400 |
Index: emacs/lisp/eshell/em-pred.el
diff -c emacs/lisp/eshell/em-pred.el:1.7 emacs/lisp/eshell/em-pred.el:1.8
*** emacs/lisp/eshell/em-pred.el:1.7 Sat Feb 16 04:39:56 2002
--- emacs/lisp/eshell/em-pred.el Tue Jun 18 10:35:10 2002
***************
*** 218,224 ****
q escape special characters
S split string at any whitespace character
! S/PAT/ split string at each occurance of PAT
FOR LISTS OF ARGUMENTS:
o sort alphabetically
--- 218,224 ----
q escape special characters
S split string at any whitespace character
! S/PAT/ split string at each occurrence of PAT
FOR LISTS OF ARGUMENTS:
o sort alphabetically
***************
*** 232,238 ****
x/PAT/ exclude all members matching PAT
s/pat/match/ substitute PAT with MATCH
! g/pat/match/ substitute PAT with MATCH for all occurances
EXAMPLES:
*.c(:o) sorted list of .c files")
--- 232,238 ----
x/PAT/ exclude all members matching PAT
s/pat/match/ substitute PAT with MATCH
! g/pat/match/ substitute PAT with MATCH for all occurrences
EXAMPLES:
*.c(:o) sorted list of .c files")