diff doc/interpreter/macros.texi @ 14615:88e67d58b06b

avoid makeinfo problem with backslash in macro argument * macros.texi (xbackslashchar): New macro. * data.cc (Fmldivide, Fldivide): Use it.
author John W. Eaton <jwe@octave.org>
date Thu, 10 May 2012 11:48:48 -0400
parents 4e9dc46d4125
children 8bba043342ab
line wrap: on
line diff
--- a/doc/interpreter/macros.texi	Thu May 10 12:01:42 2012 -0400
+++ b/doc/interpreter/macros.texi	Thu May 10 11:48:48 2012 -0400
@@ -16,6 +16,13 @@
 @c along with Octave; see the file COPYING.  If not, see
 @c <http://www.gnu.org/licenses/>.
 
+@c FIXME -- someday, we might replace this with @backslashchar, which
+@c has been added to Texinfo.
+
+@macro xbackslashchar
+\\
+@end macro
+
 @c The following macro is used for the on-line help system, but we don't
 @c want lots of `See also: foo, bar, and baz' strings cluttering the
 @c printed manual (that information should be in the supporting text for