diff options
author | László Németh <nemeth@numbertext.org> | 2014-04-21 13:26:12 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2014-04-21 13:26:12 +0200 |
commit | 4a202ac51e3cfda0dc2e52392e394bf51f185f38 (patch) | |
tree | c016ea0448f55a18c6a46f15be14e78e216d4482 | |
parent | 715548464de91abebe16c2574252121528a38e80 (diff) |
fdo#77603 update help (new wildcard in autocorrection)
Change-Id: If50c0716f1a21b3df09a49cce779fc5b52cc1693
-rw-r--r-- | source/text/shared/01/06040200.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/06040200.xhp b/source/text/shared/01/06040200.xhp index 3992fe54ba..a7fd075587 100644 --- a/source/text/shared/01/06040200.xhp +++ b/source/text/shared/01/06040200.xhp @@ -54,7 +54,7 @@ </caseinline></switchinline></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/acorreplacepage/origtext" id="bm_id1574449" localize="false"/> <paragraph role="heading" id="hd_id3148943" xml-lang="en-US" level="3" l10n="U" oldref="5">Replace</paragraph> -<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="cui/ui/acorreplacepage/origtext">Enter the word or abbreviation that you want to replace while you type. Wildcard character * in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character * before the word results the replacement after arbitrary prefixes, too. For example, the pattern "i18n*" with the replacement text "internationalization" will find and replace "i18ns" with "internationalizations", or the pattern "*..." with the replacement text "…" will find and replace three dots in "word..." with the typographically correct precomposed Unicode horizontal ellipsis ("word…").</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="cui/ui/acorreplacepage/origtext">Enter the word or abbreviation that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern "i18n.*" with the replacement text "internationalization" will find and replace "i18ns" with "internationalizations", or the pattern ".*..." with the replacement text "…" will find and replace three dots in "word..." with the typographically correct precomposed Unicode horizontal ellipsis ("word…").</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/acorreplacepage/newtext" id="bm_id6447340" localize="false"/> <paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="3" l10n="U" oldref="7">With:</paragraph> <paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="cui/ui/acorreplacepage/newtext">Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in the<emph> Replace</emph> box. If you have selected text, a graphic, a frame, or an OLE object in your document, the relevant information is already entered here.</ahelp></paragraph> |