correction typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4608 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
566b0fd5a8
commit
7f40e35a32
|
@ -91,8 +91,8 @@ let merge_return_value = ('r', "merge @return")
|
|||
let merge_custom = ('c', "merge custom @-tags")
|
||||
let merge_all = ('A', "merge all")
|
||||
|
||||
let no_index = " Do not build index for Info files"^texi_only
|
||||
let esc_8bits = " Escape accentuated characters in Info files"^texi_only^"\n"
|
||||
let no_index = " Do not build index for Info files "^texi_only
|
||||
let esc_8bits = " Escape accentuated characters in Info files "^texi_only^"\n"
|
||||
|
||||
let options_can_be = " <options> can be one or more of the following characters:"
|
||||
let string_of_options_list l =
|
||||
|
|
Loading…
Reference in New Issue