From 0db50b5e31c85437ece1f70d52f8c3420ce35979 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 8 Jul 2020 11:38:35 +0800 Subject: docs: avoid UTF-8 quotes in code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The PDF manual used UTF-8 quotes like: expr has_tag(’TAG’) which isn't accepted by ledger. Fixes #1898 --- doc/ledger3.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ledger3.texi') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 68755cc0..aafb079f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6,6 +6,8 @@ @set InternalUseOnly For internal use only. @settitle Ledger: Command-Line Accounting +@codequoteundirected on + @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with @c a prefix arg). This updates the node pointers, which texinfmt.el @c needs. -- cgit v1.2.3