1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:54:12 +01:00

Remove :beep.

This commit is contained in:
Kris Maglione
2010-09-29 15:36:55 -04:00
parent aefe32934b
commit 455059dd76
4 changed files with 1 additions and 19 deletions

View File

@@ -1315,11 +1315,6 @@ const Dactyl = Module("dactyl", {
},
{ argCount: "0" });
commands.add(["beep"],
"Play a system beep", // Play? Wrong word. Implies some kind of musicality. --Kris
function () { dactyl.beep(); },
{ argCount: "0" });
commands.add(["dia[log]"],
"Open a " + config.appName + " dialog",
function (args) {

View File

@@ -235,7 +235,6 @@ This file contains a list of all available commands, mappings and options.
<dt><ex>:autocmd</ex></dt> <dd>Execute commands automatically on events</dd>
<dt><ex>:back</ex></dt> <dd>Go back in the browser history</dd>
<dt><ex>:bdelete</ex></dt> <dd>Delete current buffer</dd>
<dt><ex>:beep</ex></dt> <dd>Play a system beep</dd>
<dt><ex>:bmark</ex></dt> <dd>Add a bookmark</dd>
<dt><ex>:bmarks</ex></dt> <dd>List or open multiple bookmarks</dd>
<dt><ex>:buffer</ex></dt> <dd>Switch to a buffer</dd>

View File

@@ -13,19 +13,6 @@
<h2 tag="various">Various commands</h2>
<item>
<tags>:beep</tags>
<strut/>
<spec>:beep</spec>
<description>
<p>
Play a system beep. This should not be used for any purpose other
than testing the visual bell or annoying your co-workers.
</p>
</description>
</item>
<item>
<tags>:contexts</tags>
<spec>:contexts <a>ex-command</a></spec>

View File

@@ -80,6 +80,7 @@
- Add basic plugin authorship documentation.
- The help system is newly modularized and features significant
updates, rewrites, and formatting improvements.
* Removed :beep
* Removed :edit, :tabedit, and :winedit aliases.
* Removed :play.