comparison lisp/eshell/em-pred.el @ 45895:8cce22874db4

(eshell-modifier-help-string): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Jun 2002 14:35:10 +0000
parents 7c5bd619612f
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
45894:52a4d501ce21 45895:8cce22874db4
216 e file extension 216 e file extension
217 r strip file extension 217 r strip file extension
218 q escape special characters 218 q escape special characters
219 219
220 S split string at any whitespace character 220 S split string at any whitespace character
221 S/PAT/ split string at each occurance of PAT 221 S/PAT/ split string at each occurrence of PAT
222 222
223 FOR LISTS OF ARGUMENTS: 223 FOR LISTS OF ARGUMENTS:
224 o sort alphabetically 224 o sort alphabetically
225 O reverse sort alphabetically 225 O reverse sort alphabetically
226 u uniq list (typically used after :o or :O) 226 u uniq list (typically used after :o or :O)
230 j/PAT/ join list members, separated by PAT 230 j/PAT/ join list members, separated by PAT
231 i/PAT/ exclude all members not matching PAT 231 i/PAT/ exclude all members not matching PAT
232 x/PAT/ exclude all members matching PAT 232 x/PAT/ exclude all members matching PAT
233 233
234 s/pat/match/ substitute PAT with MATCH 234 s/pat/match/ substitute PAT with MATCH
235 g/pat/match/ substitute PAT with MATCH for all occurances 235 g/pat/match/ substitute PAT with MATCH for all occurrences
236 236
237 EXAMPLES: 237 EXAMPLES:
238 *.c(:o) sorted list of .c files") 238 *.c(:o) sorted list of .c files")
239 239
240 ;;; Functions: 240 ;;; Functions: