summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/buffer.txt
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2008-12-29 22:37:34 +1100
committerDoug Kearns <dougkearns@gmail.com>2008-12-29 22:52:04 +1100
commit41f7bc12bea33c3d9417bce1f44c08d60617ea07 (patch)
treeb37bcb5d6a974eb32ce9eec2cf9021111d3012b1 /vimperator/locale/en-US/buffer.txt
parent8bbd1c92fc5db871203f70a523a585cabba478a0 (diff)
downloadpentadactyl-41f7bc12bea33c3d9417bce1f44c08d60617ea07.tar.gz
Fix missing help pages resulting from non-well-formed markup.
Most of the special case asciidoc replacements were also removed since they're a bit confusing and doing so results in a 60% improvement in the time taken by asciidoc to process the help pages. Unfortunately, I'm now limited to preparing a three course menu for my guests while it runs rather than the degustation extravaganzas of the past but such is life. It's still a bit of a mess but since we're almost certainly moving to something else in the near future it's probably not worth cleaning it up before 2.0 is released.
Diffstat (limited to 'vimperator/locale/en-US/buffer.txt')
-rw-r--r--vimperator/locale/en-US/buffer.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/vimperator/locale/en-US/buffer.txt b/vimperator/locale/en-US/buffer.txt
index eb086d77..407b4ce8 100644
--- a/vimperator/locale/en-US/buffer.txt
+++ b/vimperator/locale/en-US/buffer.txt
@@ -10,7 +10,7 @@ section:Buffer{nbsp}information[buffer-information]
|<C-g>| +
||<C-g>||
________________________________________________________________________________
-Print the current file name. Also shows some additional file information like
+Print the current file name. Also shows some additional file information like
file size or the last modified date.
________________________________________________________________________________
@@ -47,10 +47,10 @@ ________________________________________________________________________________
|:vie| |:viewsource|
-||:vie[wsource][!] [url]|| +
+||:vie[wsource][!] [a][url][a]|| +
________________________________________________________________________________
-View source code of current document. If [url] is specified then view the
-source of that document. When [!] is given, it is opened with the external
+View source code of current document. If [a][url][a] is specified then view the
+source of that document. When [!] is given, it is opened with the external
editor.
________________________________________________________________________________
@@ -306,12 +306,12 @@ ________________________________________________________________________________
|:zo| |:zoom|
-||:zo[om][!] [value]|| +
+||:zo[om][!] [a][value][a]|| +
||:zo[om][!] +{value} | -{value}|| +
________________________________________________________________________________
-Set zoom value of current web page. [value] can be an absolute value between 30
-and 300% or a relative value if prefixed with "-" or "+". If [value] is
-omitted, zoom is reset to 100%.
+Set zoom value of current web page. [a][value][a] can be an absolute value
+between 30 and 300% or a relative value if prefixed with "-" or "+". If
+[a][value][a] is omitted, zoom is reset to 100%.
Normally this command operates on the text zoom, if used with [!] it operates
on full zoom.
@@ -339,14 +339,14 @@ ________________________________________________________________________________
section:Alternate{nbsp}style{nbsp}sheets[alternate-stylesheet]
-Page authors may specify alternate style sheets for an HTML document. Users
-can then switch between these various style sheets, selecting their favorite.
+Page authors may specify alternate style sheets for an HTML document. Users can
+then switch between these various style sheets, selecting their favorite.
|:pagest| |:pagestyle|
-||:pagest[yle] [stylesheet]|| +
+||:pagest[yle] [a][stylesheet][a]|| +
________________________________________________________________________________
-Select the author style sheet to apply. If [stylesheet] is not specified the
-page's default style sheet is used.
+Select the author style sheet to apply. If [a][stylesheet][a] is not specified
+the page's default style sheet is used.
All author styling can be removed by setting the 'usermode' option.
________________________________________________________________________________