From f0195a7edf2cb381ca4c2bc0b4df598902266cdb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 11 Apr 2008 17:39:01 +0000 Subject: [PATCH] fix some help typos --- locale/en-US/browsing.txt | 6 +++--- locale/en-US/buffer.txt | 2 +- locale/en-US/developer.txt | 2 +- locale/en-US/intro.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locale/en-US/browsing.txt b/locale/en-US/browsing.txt index fdd43518..f53fcb61 100644 --- a/locale/en-US/browsing.txt +++ b/locale/en-US/browsing.txt @@ -2,8 +2,8 @@ HEADER |surfing| |browsing| + -Vimperator overrides nearly all Firefox keys in order to make browing more -pleasent for vim users. In the rare occurences where you want to pass a +Vimperator overrides nearly all Firefox keys in order to make browsing more +pleasant for Vim users. In the rare occurrences where you want to pass a keystroke to the web page or to Firefox to retain its original meaning you have 2 possibilities: @@ -45,7 +45,7 @@ Each token is analyzed and in this order: [a]/home/other/foo.html[a] 2. Opened with the specified search engine if the token looks like a search string and the first word is the name of a search engine ([c]:open wikipedia - linus torvalds[c] opens the wikipedia entry for linus torvalds). The short + linus torvalds[c] opens the Wikipedia entry for linus torvalds). The short name of a search engine is automatically guessed from its name. If you want to set a custom name, you can change it with [c]:dialog searchengines[c]. 3. Opened with the default search engine or keyword (specified with the diff --git a/locale/en-US/buffer.txt b/locale/en-US/buffer.txt index bd6ca87d..08a8e0ac 100644 --- a/locale/en-US/buffer.txt +++ b/locale/en-US/buffer.txt @@ -57,7 +57,7 @@ ________________________________________________________________________________ section:Copying{nbsp}Text[copying,yanking] -When running in X11 the text of the following commands is not only copyied to +When running in X11 the text of the following commands is not only copied to the clipboard, but also put into the X11 selection, which can be pasted with the middle mouse button: diff --git a/locale/en-US/developer.txt b/locale/en-US/developer.txt index f18f6bcc..59abe30f 100644 --- a/locale/en-US/developer.txt +++ b/locale/en-US/developer.txt @@ -59,7 +59,7 @@ Some notes about the code above: automatically drawn in a blue color. There are also some additional asciidoc commands specifically for writing -vimperator documentation: +Vimperator documentation: - *$$section:Writing{nbsp}Documentation[writing-docs,documentation]$$* Creates a new section like _Writing Documentation_ in this help file with 2 tags. diff --git a/locale/en-US/intro.txt b/locale/en-US/intro.txt index 93e924a5..6823b9cf 100644 --- a/locale/en-US/intro.txt +++ b/locale/en-US/intro.txt @@ -45,7 +45,7 @@ it, recommend it and like it :) section:Help{nbsp}topics[overview] -- help:Initialization[starting.html]: How vimperator starts up, where it reads the config file... +- help:Initialization[starting.html]: How Vimperator starts up, where it reads the config file... - help:Browsing[browsing.html]: Basic mappings and commands needed for a browsing session (how to open a web page or go back in history). - help:Buffer{nbsp}commands[buffer.html]: Operations on the current document like @@ -55,7 +55,7 @@ section:Help{nbsp}topics[overview] - help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history. - help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat recurring workflows. -- help:Autocommands[autocommands.html]: Automatically execute code on ceratain +- help:Autocommands[autocommands.html]: Automatically execute code on certain events. - help:Developer{nbsp}Information[developer.html]: How to write docs or plugins.