1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 19:47:59 +01:00

Add a help section about preferences set by Vimperator at startup.

This commit is contained in:
Doug Kearns
2009-01-14 20:53:45 +11:00
parent 8201a9a550
commit 3875c1dd58
3 changed files with 21 additions and 11 deletions

View File

@@ -207,7 +207,8 @@ function Buffer() //{{{
"Start caret mode",
function ()
{
// setting this option triggers an observer which takes care of the mode setting
// setting this option notifies an observer which takes care of the
// mode setting
options.setPref("accessibility.browsewithcaret", true);
});