Mercurial > emacs
changeset 42527:4d8c90315557
(texinfo-insert-@end): Fix the change from 2001-10-24.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 04 Jan 2002 13:08:14 +0000 |
parents | 6de0a2711fa9 |
children | cba96aed7093 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Fri Jan 04 11:36:29 2002 +0000 +++ b/lisp/textmodes/texinfo.el Fri Jan 04 13:08:14 2002 +0000 @@ -717,8 +717,8 @@ (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