diff options
| author | Eli Zaretskii | 2023-07-18 15:57:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-18 15:57:01 +0300 |
| commit | 927e8b470fc342fcdefa68a75ce01f3a45300dc7 (patch) | |
| tree | 6d196497ebd8b2a19c52194aab877cf03d9b2a17 | |
| parent | 77f489421ec2958351cda612ddccf53581f41a74 (diff) | |
| download | emacs-927e8b470fc342fcdefa68a75ce01f3a45300dc7.tar.gz emacs-927e8b470fc342fcdefa68a75ce01f3a45300dc7.zip | |
; * doc/lispref/keymaps.texi (Extended Menu Items): Add @pxref.
| -rw-r--r-- | doc/lispref/keymaps.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 9e36d6716b9..66bb834192c 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -2506,7 +2506,8 @@ get a non-selectable menu item. This is mostly useful when creating | |||
| 2506 | separator lines and the like. | 2506 | separator lines and the like. |
| 2507 | 2507 | ||
| 2508 | The tail of the list, @var{item-property-list}, has the form of a | 2508 | The tail of the list, @var{item-property-list}, has the form of a |
| 2509 | property list which contains other information. | 2509 | property list (@pxref{Property Lists}) which contains other |
| 2510 | information. | ||
| 2510 | 2511 | ||
| 2511 | Here is a table of the properties that are supported: | 2512 | Here is a table of the properties that are supported: |
| 2512 | 2513 | ||