]> git.eshelyaron.com Git - emacs.git/commit
Fix indexing of module functions that return complex types.
authorPhilipp Stephani <phst@google.com>
Thu, 17 Feb 2022 13:02:28 +0000 (14:02 +0100)
committerPhilipp Stephani <phst@google.com>
Thu, 17 Feb 2022 13:02:28 +0000 (14:02 +0100)
commite303cb18077538b5ec32e73ce8def958d40c361f
treeb9ab8095f93ce88b0bf29b10542bb96fab709a2c
parentb30ef0991915fbcab016a9485b1dece6f15f801c
Fix indexing of module functions that return complex 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 Values): Enclose multi-word
return types in braces.
doc/lispref/internals.texi