[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sat, 23 Dec 2023 16:30:46 -0500 (EST) |
branch: master
commit b5520634046c893aefebad0edb9b58eac5255f2d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Dec 23 20:33:32 2023 +0000
fix ChangeLog entry
---
ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 05ffa0b9a1..344b7c96bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1649,7 +1649,7 @@
* tp/Texinfo/Convert/Plaintext.pm (convert_line_new_context):
New function, like convert_line but with a new context pushed
onto $self->{'count_context'}.
- (_count): Use convert_line_new_context wherever we previously
+ (_convert): Use convert_line_new_context wherever we previously
surrounded a call to convert_line with pushing and popping
a new context.