]> git.eshelyaron.com Git - emacs.git/commit
Fix indexing of module functions that return enumeration types.
authorPhilipp Stephani <phst@google.com>
Tue, 22 Feb 2022 20:39:32 +0000 (21:39 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 22 Feb 2022 20:39:32 +0000 (21:39 +0100)
commit3dfc8bff15a74cbb6da3ebb3718fc30b5ebad195
tree82fbd1909c3a5dd4489c8039f0fb1014d2a3fc7f
parent86c0d9eb5fc309413696694c53e1eee9070caea6
Fix indexing of module functions that return enumeration types.

Return types that consist of more than one word need to be enclosed in
braces, see Info node `(texinfo) Typed Functions'.  Otherwise they are
indexed incorrectly.

* doc/lispref/internals.texi (Module Misc, Module Nonlocal): Enclose
multi-word return types in braces.
doc/lispref/internals.texi