emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-pred.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-pred.el
Date: Fri, 04 Apr 2003 01:22:05 -0500

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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]