1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(texinfo-insert-@end): Fix the change from 2001-10-24.

This commit is contained in:
Eli Zaretskii 2002-01-04 13:10:23 +00:00
parent 0d48e8aad3
commit 62993ed664
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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