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:
parent
0d48e8aad3
commit
62993ed664
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user