mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 11:15:46 +01:00
Typo and consistency fixes.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
:listoptions and :listcommands, providing more powerful and
|
||||
consistent interactive help facility (improvements include
|
||||
listing keys for modes other than Normal, filtering the output
|
||||
and linking to source locations).
|
||||
and linking to source code locations).
|
||||
- :downloads now opens a download list in the multi-line output
|
||||
buffer.
|
||||
- Added :cookies command.
|
||||
@@ -120,7 +120,7 @@
|
||||
no longer be split at quoted commas and the option name,
|
||||
operators, and = sign may no longer be quoted. This will break
|
||||
certain automatically-generated configuration files.
|
||||
See :help stringlist
|
||||
See :help stringlist.
|
||||
* Option changes:
|
||||
- Added "bookmarks", "diverted", and "links" to 'activate'
|
||||
option.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<dl tag="autocommand-list" tag="autocommand-list" replace="autocommand-list">
|
||||
<dl tag="autocommand-list" replace="autocommand-list">
|
||||
<dt>BookmarkAdd</dt> <dd>Triggered after a page is bookmarked</dd>
|
||||
<dt>BookmarkChange</dt> <dd>Triggered after a page's bookmark is changed</dd>
|
||||
<dt>BookmarkRemove</dt> <dd>Triggered after a page's bookmark is removed</dd>
|
||||
@@ -26,7 +26,7 @@
|
||||
<dt>Leave</dt> <dd>Triggered before exiting &dactyl.host;</dd>
|
||||
</dl>
|
||||
|
||||
<dl tag="autocommand-args" tag="autocommand-args"replace="autocommand-args">
|
||||
<dl tag="autocommand-args" replace="autocommand-args">
|
||||
<dt><bookmark></dt> <dd>The JavaScript bookmark object. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><changed></dt> <dd>The name of the property that has changed. Only for <em>BookmarkChange</em>.</dd>
|
||||
<dt><doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
|
||||
Reference in New Issue
Block a user