diff options
| author | Richard M. Stallman | 2006-08-16 05:11:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-16 05:11:54 +0000 |
| commit | 0007b8a660d4fde62c3f342acc15bd11123b066a (patch) | |
| tree | b3b441a08dba93456cebc22d0e562ff9206dbf2a | |
| parent | 81b4d9abbf1448128159f3f25fa3fc4cd51a09b7 (diff) | |
| download | emacs-0007b8a660d4fde62c3f342acc15bd11123b066a.tar.gz emacs-0007b8a660d4fde62c3f342acc15bd11123b066a.zip | |
(Extended Menu Items): Show format of cached bindings in extended menu items.
| -rw-r--r-- | lispref/keymaps.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 44b92ddfcb8..13f4550a082 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -2016,7 +2016,7 @@ binding, like this: | |||
| 2016 | 2016 | ||
| 2017 | @c This line is not too long--rms. | 2017 | @c This line is not too long--rms. |
| 2018 | @example | 2018 | @example |
| 2019 | (@var{item-string} @r{[}@var{help-string}@r{]} (@var{key-binding-data}) . @var{real-binding}) | 2019 | (@var{item-string} @r{[}@var{help}@r{]} (@var{key-binding-data}) . @var{real-binding}) |
| 2020 | @end example | 2020 | @end example |
| 2021 | 2021 | ||
| 2022 | @noindent | 2022 | @noindent |
| @@ -2140,6 +2140,13 @@ operates on menu data structures, so you should write it so it can | |||
| 2140 | safely be called at any time. | 2140 | safely be called at any time. |
| 2141 | @end table | 2141 | @end table |
| 2142 | 2142 | ||
| 2143 | When an equivalent key binding is cached, the binding looks like this. | ||
| 2144 | |||
| 2145 | @example | ||
| 2146 | (menu-item @var{item-name} @var{real-binding} (@var{key-binding-data}) | ||
| 2147 | . @var{item-property-list}) | ||
| 2148 | @end example | ||
| 2149 | |||
| 2143 | @node Menu Separators | 2150 | @node Menu Separators |
| 2144 | @subsubsection Menu Separators | 2151 | @subsubsection Menu Separators |
| 2145 | @cindex menu separators | 2152 | @cindex menu separators |