1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 22:45:46 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2008-04-11 17:39:01 +00:00
parent 2ad74e469e
commit f0195a7edf
4 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ HEADER
|surfing| |browsing| + |surfing| |browsing| +
Vimperator overrides nearly all Firefox keys in order to make browing more Vimperator overrides nearly all Firefox keys in order to make browsing more
pleasent for vim users. In the rare occurences where you want to pass a 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 keystroke to the web page or to Firefox to retain its original meaning you
have 2 possibilities: have 2 possibilities:
@@ -45,7 +45,7 @@ Each token is analyzed and in this order:
[a]/home/other/foo.html[a] [a]/home/other/foo.html[a]
2. Opened with the specified search engine if the token looks like a search 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 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 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]. 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 3. Opened with the default search engine or keyword (specified with the

View File

@@ -57,7 +57,7 @@ ________________________________________________________________________________
section:Copying{nbsp}Text[copying,yanking] 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 clipboard, but also put into the X11 selection, which can be pasted with
the middle mouse button: the middle mouse button:

View File

@@ -59,7 +59,7 @@ Some notes about the code above:
automatically drawn in a blue color. automatically drawn in a blue color.
There are also some additional asciidoc commands specifically for writing There are also some additional asciidoc commands specifically for writing
vimperator documentation: Vimperator documentation:
- *$$section:Writing{nbsp}Documentation[writing-docs,documentation]$$* Creates - *$$section:Writing{nbsp}Documentation[writing-docs,documentation]$$* Creates
a new section like _Writing Documentation_ in this help file with 2 tags. a new section like _Writing Documentation_ in this help file with 2 tags.

View File

@@ -45,7 +45,7 @@ it, recommend it and like it :)
section:Help{nbsp}topics[overview] 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 - help:Browsing[browsing.html]: Basic mappings and commands needed for
a browsing session (how to open a web page or go back in history). 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 - 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:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history.
- help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat - help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat
recurring workflows. recurring workflows.
- help:Autocommands[autocommands.html]: Automatically execute code on ceratain - help:Autocommands[autocommands.html]: Automatically execute code on certain
events. events.
- help:Developer{nbsp}Information[developer.html]: How to write docs or - help:Developer{nbsp}Information[developer.html]: How to write docs or
plugins. plugins.