diff --git a/content/mappings.js b/content/mappings.js
index bb60ae4d..0af70d22 100644
--- a/content/mappings.js
+++ b/content/mappings.js
@@ -854,7 +854,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Scroll document to the left",
help: "Count is supported: 10h will move 10 times as much to the left.
" +
- "If the document cannot scroll more, a beep is emitted (unless 'beep' is turned off).",
+ "If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).",
flags: vimperator.Mappings.flags.COUNT
}
));
@@ -863,7 +863,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Scroll document down",
help: "Count is supported: 10j will move 10 times as much down.
" +
- "If the document cannot scroll more, a beep is emitted (unless 'beep' is turned off).",
+ "If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).",
flags: vimperator.Mappings.flags.COUNT
}
));
@@ -872,7 +872,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Scroll document up",
help: "Count is supported: 10k will move 10 times as much up.
" +
- "If the document cannot scroll more, a beep is emitted (unless 'beep' is turned off).",
+ "If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).",
flags: vimperator.Mappings.flags.COUNT
}
));
@@ -915,7 +915,7 @@ vimperator.Mappings = function() //{{{
{
short_help: "Scroll document to the right",
help: "Count is supported: 10l will move 10 times as much to the right.
" +
- "If the document cannot scroll more, a beep is emitted (unless 'beep' is turned off).",
+ "If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).",
flags: vimperator.Mappings.flags.COUNT
}
));