diff options
| author | Dave Love <fx@gnu.org> | 2000-05-22 18:14:08 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-05-22 18:14:08 +0000 |
| commit | 17a4f5ec0a606e563f67d7ff616d0b56293fdac0 (patch) | |
| tree | c2529c450f70f31236e6a94dca0e2670a5e696cc | |
| parent | d8d0fa6c59df22baa1c04d00e73e9aaf42f7424f (diff) | |
| download | emacs-17a4f5ec0a606e563f67d7ff616d0b56293fdac0.tar.gz | |
Saveplace
| -rw-r--r-- | man/misc.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/misc.texi b/man/misc.texi index 4d98098e4cf..87d72d9f040 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1775,6 +1775,16 @@ session would be slow. If you want to include these files in state saving, set @code{desktop-files-not-to-save} to @code{"^$"}. @xref{Remote Files}. +@vindex save-place +@cindex Saveplace +@findex toggle-save-place +There is a simpler mechanism provided by Saveplace library which records +your position in each file when you kill its buffer (or kill Emacs), and +jumps to the same position when you visit the file again (even in +another Emacs session). Use @key{M-x toggle-save-place} to turn on +place-saving in a given file. Customize the option @code{save-place} to +turn it on for all files in each session. + @node Recursive Edit, Emulation, Saving Emacs Sessions, Top @section Recursive Editing Levels @cindex recursive editing level |
