From 62993ed664a12445b789ecbf9c5647f16d07ba98 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 4 Jan 2002 13:10:23 +0000 Subject: [PATCH] (texinfo-insert-@end): Fix the change from 2001-10-24. --- lisp/ChangeLog | 3 +++ lisp/textmodes/texinfo.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5dc0f75b35f..28f7997a2ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-01-04 Eli Zaretskii + * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from + 2001-10-24. + * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 2002-01-04 Pavel Jan,Bm(Bk diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index ffabcefe366..6d963afe5b1 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -717,8 +717,8 @@ With prefix argument or inside @code or @example, inserts a plain \"." (save-excursion (texinfo-last-unended-begin) (match-string 1))))) - (insert "@end " - (if string (insert string "\n"))))) + (insert "@end ") + (if string (insert string "\n")))) ;; The following insert commands accept a prefix arg N, which is the ;; number of words (actually s-exprs) that should be surrounded by -- 2.39.2