From fada1414d6b93f0795a39897eff833bebb4a08d0 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Wed, 21 Dec 2011 07:53:40 +0000 Subject: [PATCH] Doc: Usage added note for Windows Users Tracker 2090 Removed single quotes from '-dpoint-and-click#'f'' example (as it is unnecessary) so as to then make clarification for the 'evaluate Scheme expression' command for windows users - they need double quotes instead of single quotes used by *NIX usrs. --- Documentation/usage/running.itely | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index ba6f48b6f8..4cc95d990a 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -152,6 +152,8 @@ on the command-line, and include #(use-modules (guile-user)) @end example +@warning{Windows users must use double quotes instead of single quotes.} + @noindent at the top of the @code{.ly} file. @@ -177,7 +179,7 @@ switch off an option, @code{no-} may be prefixed to @var{var}, e.g. @noindent is the same as @example --dpoint-and-click='#f' +-dpoint-and-click=#f @end example The following options are supported: -- 2.39.2