Uwe Stöhr <[EMAIL PROTECTED]> writes: > Ignacio García schrieb: > >> I send you more small patchs and doubts about UserGuide: >> >> 3.3.6.1 "The nesting depth is typically reset, however. If you want to keep >> both >> the current nesting depth and paragraph environment, you should use >> M-Return to break paragraphs." >> I see no difference between M-Return and Return > > Oh, it should be C-Return, I fixed this.
No, C-Return is something else. The behaviour of M-Return has been changed (by me) some time ago, but I did not change the documentation. The place where it is different is normal commands: if you type M-Return after a section, for example, it will still be a section (or a standard environment), and the depth (yes, I know that nesting a section is weird) will be kept. M-Return is supposed to be do for commands what Return would do for Environments and do for environments what Return would do for commands. However, I see now that it does not do anything interesting for enumerations. I'll have to double check that. JMarc
