From 57dd2fd7a913d6c4e7d431cd16091b5ad97e07a4 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:04:41 +0000 Subject: [PATCH] mismatched quotes --- doc/org.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 3608fd912..c7ed33bc1 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12317,7 +12317,7 @@ process. For example, compare the following two blocks: : bye @end example -In non-session mode, the '2' is not printed and does not appear. +In non-session mode, the `2' is not printed and does not appear. @example #+begin_src python :results output :session print "hello" @@ -12331,8 +12331,8 @@ In non-session mode, the '2' is not printed and does not appear. : bye @end example -But in @code{:session} mode, the interactive interpreter receives input '2' -and prints out its value, '2'. (Indeed, the other print statements are +But in @code{:session} mode, the interactive interpreter receives input `2' +and prints out its value, `2'. (Indeed, the other print statements are unnecessary here). @node Noweb reference syntax, Key bindings and useful functions, Results of evaluation, Working With Source Code