mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(eshell-modifier-help-string): Fix typos.
This commit is contained in:
parent
27c0fbf5e3
commit
f9f196c648
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue