change le nom magique de TERM

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@9969 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2002-04-18 08:52:10 +00:00
parent 241a2e9c3e
commit 5b52bc7f99
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let camlout = "\\\\:\\1"
let camlbunderline = "\\<"
let camleunderline = "\\>"
let camllight = ref "TERM=character ocaml"
let camllight = ref "TERM=norepeat ocaml"
let linelen = ref 72
let outfile = ref ""
let cut_at_blanks = ref false