diff --git a/src/atom.coffee b/src/atom.coffee index 5924827d4..31580d2c9 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -107,7 +107,7 @@ class Atom extends Model Section: Properties ### - # Experimental: A {CommandRegistry} instance + # Public: A {CommandRegistry} instance commands: null # Public: A {Config} instance diff --git a/src/command-registry.coffee b/src/command-registry.coffee index fadca2a8e..4dc964f72 100644 --- a/src/command-registry.coffee +++ b/src/command-registry.coffee @@ -8,7 +8,7 @@ SpecificityCache = {} module.exports = -# Experimental: Associates listener functions with commands in a +# Public: Associates listener functions with commands in a # context-sensitive way using CSS selectors. You can access a global instance of # this class via `atom.commands`, and commands registered there will be # presented in the command palette.