summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c
index b285096b14..b2bddb205f 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c
+++ b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.c
@@ -291,11 +291,10 @@ parse_def (enum command_id command, ELEMENT *current)
if (def_aliases[i].alias == command)
goto found;
}
- abort (); /* Has CF_def_alias but no alias defined. */
+ fatal ("no alias for CF_def_alias command");
found:
- /* Prepended content is stuck into contents, so
- @defun is converted into
- @deffn Function */
+ /* Prepended content is inserted into contents, so
+ @defun is converted into @deffn Function */
category = def_aliases[i].category;
command = def_aliases[i].command;