diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-02-19 12:53:03 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-02-19 12:53:03 +1100 |
commit | faa928f957d1d3d869f81b41b7824c6cb1c73ff0 (patch) | |
tree | 5aa4956297191962a09495b9d31d1899861f046e | |
parent | 926355a7ec89023e19e7a0db54518abc44f8f568 (diff) | |
download | pentadactyl-faa928f957d1d3d869f81b41b7824c6cb1c73ff0.tar.gz |
Add stepnem to AUTHORS and whitespace fixes in help.
-rw-r--r-- | vimperator/AUTHORS | 3 | ||||
-rw-r--r-- | vimperator/locale/en-US/browsing.txt | 2 | ||||
-rw-r--r-- | vimperator/locale/en-US/developer.txt | 2 | ||||
-rw-r--r-- | vimperator/locale/en-US/map.txt | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/vimperator/AUTHORS b/vimperator/AUTHORS index 8d89467e..62302ec0 100644 --- a/vimperator/AUTHORS +++ b/vimperator/AUTHORS @@ -1,4 +1,4 @@ -Main developer/Project founder: +Main developer/Project founder: * Martin Stubenschrott (stubenschrott@gmx.net) Developers: @@ -33,3 +33,4 @@ Patches (in no special order): * Raimon Grau Cuscó (document relationship navigation - ]], [[) * Ryan Zheng (ctrl-x/a support) * Dan Boger (:set online support) + * Štěpán Němec (help copy-editing and favicon support) diff --git a/vimperator/locale/en-US/browsing.txt b/vimperator/locale/en-US/browsing.txt index df874b6c..9b44fa8a 100644 --- a/vimperator/locale/en-US/browsing.txt +++ b/vimperator/locale/en-US/browsing.txt @@ -86,7 +86,7 @@ ________________________________________________________________________________ |:tabd| |:tabduplicate| ||:[count]tabd[uplicate][!]|| + ________________________________________________________________________________ -Duplicates current tab [count] times. Uses *tabopen* value of the 'activate' +Duplicates current tab [count] times. Uses *tabopen* value of the 'activate' option to determine if the last cloned tab should be activated. When used with [!], *tabopen* value is negated. ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/developer.txt b/vimperator/locale/en-US/developer.txt index 91c6210b..cf875d82 100644 --- a/vimperator/locale/en-US/developer.txt +++ b/vimperator/locale/en-US/developer.txt @@ -4,7 +4,7 @@ section:Writing{nbsp}documentation[writing-docs,documentation] For every new feature, writing documentation is _mandatory_ for the patch to be accepted. The docs are written in -http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.2.x. +http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.2.x. They are placed in the _src/locale/en-US/_ directory and compiled with _make doc_. Please refer to the http://www.methods.co.nz/asciidoc/userguide.html[asciidoc documentation] above diff --git a/vimperator/locale/en-US/map.txt b/vimperator/locale/en-US/map.txt index 36a8c37b..4e9af03a 100644 --- a/vimperator/locale/en-US/map.txt +++ b/vimperator/locale/en-US/map.txt @@ -178,7 +178,7 @@ words. An abbreviation can be one of three types that are defined by the types of constituent characters. Whitespace and quotes are non-keyword types, and all other characters are keyword types. -1. A "full-id" abbreviation consists entirely of keyword characters +1. A "full-id" abbreviation consists entirely of keyword characters (e.g., "teh", "msoft"). 2. An "end-id" abbreviation ends in keyword character but otherwise |