From 88d0d291d41b0f8568e6667f6d41af8fec4f4098 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 13:31:53 -0700 Subject: [PATCH] Convert visibility in the messaging the user section --- src/atom.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atom.coffee b/src/atom.coffee index 4585c4dbe..16718c85d 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -484,12 +484,12 @@ class Atom extends Model Section: Messaging the User ### - # Public: Visually and audibly trigger a beep. + # Essential: Visually and audibly trigger a beep. beep: -> shell.beep() if @config.get('core.audioBeep') @workspaceView.trigger 'beep' - # Public: A flexible way to open a dialog akin to an alert dialog. + # Essential: A flexible way to open a dialog akin to an alert dialog. # # ## Examples #