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

This commit is contained in:
Doug Kearns
2009-01-15 22:21:18 +11:00
parent 8201a9a550
commit 3875c1dd58
3 changed files with 21 additions and 11 deletions
+2 -1
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);
});