summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/textmodes/texinfo.el4
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 <eliz@is.elta.co.il>
+ * 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 <Pavel@Janik.cz>
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