changeset 26941:ca5344dd5f1c

* __makeinfo__.m: Also translate @seealso here (bug #55952)
author John W. Eaton <jwe@octave.org>
date Tue, 19 Mar 2019 16:51:37 +0000
parents a75d1e82a7d3
children 0e5dc2e6c838
files scripts/help/__makeinfo__.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__makeinfo__.m	Sat Mar 16 14:13:40 2019 -0400
+++ b/scripts/help/__makeinfo__.m	Tue Mar 19 16:51:37 2019 +0000
@@ -94,6 +94,7 @@
   endif
   ## Texinfo crashes if @end tex does not appear first on the line.
   text = regexprep (text, '^ +@end tex', '@end tex', 'lineanchors');
+  text = regexprep (text, '@seealso', '@xseealso');
 
   file = texi_macros_file ();
   fid = fopen (file, "r");