1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 01:07:58 +01:00

Further mode names normalisation in docs.

--HG--
extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
This commit is contained in:
Doug Kearns
2011-07-29 19:18:42 +10:00
parent a0de5d9e24
commit f5d721740a
22 changed files with 65 additions and 65 deletions

View File

@@ -396,7 +396,7 @@ var HintSession = Class("HintSession", CommandMode, {
},
/**
* Handle a hint mode event.
* Handle a hints mode event.
*
* @param {Event} event The event to handle.
*/
@@ -774,7 +774,7 @@ var Hints = Module("hints", {
hintSession: Modes.boundProperty(),
/**
* Creates a new hint mode.
* Creates a new hints mode.
*
* @param {string} mode The letter that identifies this mode.
* @param {string} prompt The description to display to the user
@@ -1245,7 +1245,7 @@ var Hints = Module("hints", {
});
options.add(["hinttags", "ht"],
"XPath or CSS selector strings of hintable elements for hint mode",
"XPath or CSS selector strings of hintable elements for Hints mode",
"stringlist", "input:not([type=hidden]),a[href],area,iframe,textarea,button,select," +
"[onclick],[onmouseover],[onmousedown],[onmouseup],[oncommand]," +
"[tabindex],[role=link],[role=button],[contenteditable=true]",