From 810cec5f71c713c768cff1a9e528f98c565a1305 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 27 Oct 2007 01:59:40 +0000 Subject: [PATCH] replace references to 'beep' in the help with 'visualbell' --- content/mappings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } ));