From 2de84577d45091346727f65bc9c8f8cc489677fb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 1 Feb 2024 21:47:12 -0500 Subject: [PATCH] Make singlequotes look correct in code font. * c.texi: Specify @codequoteundirected on and @codequotebacktick on. --- ChangeLog | 4 ++++ c.texi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b400959..2467c92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-02-01 Richard Stallman + + * c.texi: Specify @codequoteundirected on and @codequotebacktick on. + 2024-01-30 Richard Stallman * c.texi (Lvalues): Dereferencing fn ptr is not an lvalue. diff --git a/c.texi b/c.texi index 46de6ed..f47b642 100644 --- a/c.texi +++ b/c.texi @@ -15,6 +15,8 @@ @c Merge variable index into the function index. @synindex vr fn +@codequoteundirected on +@codequotebacktick on @copying This is Edition @value{VERSION}.