string changes

This commit is contained in:
Kovid Goyal 2023-11-08 19:35:02 +05:30
parent b247fda672
commit cda97b5451
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -3181,7 +3181,7 @@
menu_map global "Actions::Launch something special" launch --hold --type=os-window sh -c "echo hello world"
This will create a menu entry named "Launch something special" in an "Actions" menu in the macOS global menubar.
Sub-menus can be created by adding more levels separated by ::.
Sub-menus can be created by adding more levels separated by the :code:`::` characters.
'''
)