Skip to content

Commit

Permalink
Removed extra parentheses. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Jul 20, 2018
1 parent aee9f58 commit f67630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Reference-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f67630d

Please sign in to comment.