From: pdmef Date: Tue, 26 Jul 2005 15:44:02 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=e39e529e5df06cd4148de4614073b66a23be0b26 Rocco Rutte: - fix tiny documentation typos git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@348 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 0f3dd6b..84f5ae9 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -147,7 +147,7 @@ Esc F forward-word move forward one word complete complete filename or alias ^T complete-query complete address with query ^K kill-eol delete to the end of the line -ESC d kill-eow delete to the end ot the word +ESC d kill-eow delete to the end of the word ^W kill-word kill the word in front of the cursor ^U kill-line delete entire line ^V quote-char quote the next typed key diff --git a/doc/manual.txt b/doc/manual.txt index 9fe58b3..054e45b 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -123,7 +123,7 @@ complete complete filename or alias ^T complete-query complete address with query ^K kill-eol delete to the end of the line - ESC d kill-eow delete to the end ot the word + ESC d kill-eow delete to the end of the word ^W kill-word kill the word in front of the cursor ^U kill-line delete entire line ^V quote-char quote the next typed key @@ -2054,7 +2054,7 @@ '~s "^Junk +From +Me$" ~f ("Jim +Somebody"|"Ed +SomeoneElse")' - Note that if a regular expression contains parenthesis, or a veritical bar + Note that if a regular expression contains parenthesis, or a vertical bar ("|"), you mmuusstt enclose the expression in double or single quotes since those characters are also used to separate different parts of Mutt-ng's pattern lan- guage. For example,