Mercurial > emacs
changeset 37348:84cb4bee4df1
Minor clarification.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Apr 2001 14:48:44 +0000 |
parents | bd817d6f9ba3 |
children | 9aada84f08c8 |
files | man/entering.texi |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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.