changeset 27958:5b68417087bb stable

* __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 2310164737b3
children 93f455582f60
files scripts/help/__makeinfo__.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__makeinfo__.m	Fri Jan 17 13:15:27 2020 -0600
+++ 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");