From f67630d26cf128cb1b659638918968a21955270e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 20 Jul 2018 18:40:58 +0300 Subject: [PATCH] Removed extra parentheses. [skip ci] --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index e3ae111dc..db8eed134 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -684,7 +684,7 @@ configuration as-is, which may be absolute, or relative to `prefix`. [`install_dir` arguments](Installing.md) handles that as expected, but if you need the absolute path to one of these e.g. to use in a define etc., you should use `join_paths(get_option('prefix'), -get_option('localstatedir')))` +get_option('localstatedir'))` For options of type `feature` a special object is returned instead of a string. See [`feature` options](Build-options.md#features)