# HG changeset patch # User Richard M. Stallman # Date 987259724 0 # Node ID 84cb4bee4df1a113dfb397c72f9130cac935c7a6 # Parent bd817d6f9ba3a03e940b7aaaad695fa2d52fd0b1 Minor clarification. diff -r bd817d6f9ba3 -r 84cb4bee4df1 man/entering.texi --- a/man/entering.texi Sat Apr 14 14:48:01 2001 +0000 +++ b/man/entering.texi Sat Apr 14 14:48:44 2001 +0000 @@ -40,11 +40,11 @@ command-line argument to say which file to edit. But starting a new Emacs each time you want to edit a different file -does not make sense. For one thing, this would be annoyingly slow. For -another, this would fail to take advantage of Emacs's ability to visit -more than one file in a single editing session. And it would lose the -other accumulated context, such as registers, undo history, and the mark -ring. +does not make sense. For one thing, this would be annoyingly slow. +For another, this would fail to take advantage of Emacs's ability to +visit more than one file in a single editing session. And it would +lose the other accumulated context, such as the kill ring, registers, +undo history, and mark ring. The recommended way to use GNU Emacs is to start it only once, just after you log in, and do all your editing in the same Emacs session.