diff --git a/content/mappings.js b/content/mappings.js
index c898aa63..e5317603 100644
--- a/content/mappings.js
+++ b/content/mappings.js
@@ -751,7 +751,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
}
));
@@ -760,7 +760,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
}
));
@@ -769,7 +769,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
}
));
@@ -812,7 +812,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
}
));