From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] mismatched quotes Date: Tue, 30 Nov 2010 16:45:05 +0000 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52662 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNe7C-0002iC-Lw for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 23:16:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNTiW-0005f7-Cp for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:10:13 -0500 Received: from server.network-theory.com ([109.74.193.71]:41394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNTiW-0005Y7-6w for emacs-orgmode@gnu.org; Tue, 30 Nov 2010 12:10:12 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org =46rom 20ba1bd3800f5865cbbf27ae1d550efb892abd90 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 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 9637fcb..5267148 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12303,7 +12303,7 @@ process. For example, compare the following two blo= cks: : bye @end example =20 -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" @@ -12317,8 +12317,8 @@ In non-session mode, the '2' is not printed and doe= s not appear. : bye @end example =20 -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). =20 @node Noweb reference syntax, Key bindings and useful functions, Results o= f evaluation, Working With Source Code --=20 1.6.0.6