changeset 18474:d39fd728ddef gui-release

Tweak cset 044bbf569cd3 to get '--' to display in HTML as well (bug #41585). * plot.txi: Use '|' as @verb marker character. Use @ifnottex rather than @ifinfo to capture cases of info and HTML.
author Rik <rik@octave.org>
date Sun, 16 Feb 2014 12:46:54 -0800
parents 2b01c11197d6
children 00d684465379
files doc/interpreter/plot.txi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Sun Feb 16 10:26:49 2014 -0800
+++ b/doc/interpreter/plot.txi	Sun Feb 16 12:46:54 2014 -0800
@@ -2644,9 +2644,9 @@
 Solid line.  [default]
 
 @c Special handling required to avoid '--' becoming single en-dash in Info
-@ifinfo
-@item @verb{"--"}
-@end ifinfo
+@ifnottex
+@item @verb{|"--"|}
+@end ifnottex
 @iftex
 @item @code{"--"}
 @end iftex