improve comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@37770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-03-26 12:16:55 +00:00
parent 306d7331e7
commit a85e405a68

View file

@ -64,6 +64,8 @@
/** Sets a value to take precedence over others (in the volatile domain
* reserved for commands issued to the current process by an operator).<br />
* Setting a nil value removes any previously set value so that behavior
* reverts to the default.<br />
* Returns YES if the configuration was changed, NO otherwise.
*/
- (BOOL) setCommand: (id)val forKey: (NSString*)key;