>> 3. In INFO 25.11.2 "LaTeX Editing Commands" for 'C-c C-o' alias >> 'tex-latex-block' is used and for 'C-c C-e' alias >> 'tex-close-latex-block' is used - why not real functions names: >> 'latex-insert-block' and 'latex-close-block'? They would even sound >> better (look at the name of the section). > > And this is a bug. In "tex-mode.el", under "tex-mode-map", there is: > > (define-key map "\C-c\C-o" 'latex-insert-block) > AND > (define-key map "\C-c\C-e" 'latex-close-block) > > In "text.texi", lines 1666, 1669, 1676 and 1691 should be updated. I'm attaching diff for this, to help a bit. S. U.