diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-21 22:26:32 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-21 22:26:32 +0000 |
commit | e336ab49268667a7e6049e157b0f78e08dd5f7d4 (patch) | |
tree | 0541ecbc289277451006f820c47426f9c94cf4c5 /src/nsmenu.m | |
parent | f87ff5396e6be4ad5832c00963c2a19c2d38aef2 (diff) | |
download | emacs-e336ab49268667a7e6049e157b0f78e08dd5f7d4.tar.gz |
fix typo in comment
Diffstat (limited to 'src/nsmenu.m')
-rw-r--r-- | src/nsmenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index 6f9f3728dee..393c4f4d872 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -589,7 +589,7 @@ name_is_separator (name) } -/* parse a wdiget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>') +/* parse a widget_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>') into an accelerator string */ -(NSString *)parseKeyEquiv: (char *)key { |