Hi there, I'm using the `texinfo-insert-@end' function in emacs/lisp/textmodes/texinfo.el, version 22.3.1. I find it very useful to save keystrokes, but I have encountered some environments that it doesn't close successfully: @deftypecv @deftypeivar @deftypemethod @deftypeop @html I checked out the sources and attached is my proposed solution, where I have inserted five more strings to the `texinfo-environments' list: "deftypecv" "deftypeivar" "deftypemethod" "deftypeop", and "html". Cheers, Arni