Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62993ed6
Commit
62993ed6
authored
Jan 04, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(texinfo-insert-@end): Fix the change from 2001-10-24.
parent
0d48e8aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+2
-2
No files found.
lisp/ChangeLog
View file @
62993ed6
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>
...
...
lisp/textmodes/texinfo.el
View file @
62993ed6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment