diff options
author | Dave Love <fx@gnu.org> | 2000-08-31 11:13:14 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-08-31 11:13:14 +0000 |
commit | f4831bc748104bd662ea6789ee3605747e964185 (patch) | |
tree | 0ab581b237b793d113cca5af1ad6c505f2399759 /man/misc.texi | |
parent | 7a258cfbe07366997f5e5afb399f7dff2ef99fa4 (diff) | |
download | emacs-f4831bc748104bd662ea6789ee3605747e964185.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi index 74e49da5292..bb3100a4332 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1804,7 +1804,7 @@ saving, set @code{desktop-files-not-to-save} to @code{"^$"}. 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 +another Emacs session). Use @kbd{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. @@ -1952,6 +1952,7 @@ move. The copy, cut and paste functions (as in many other programs) operate on the active region, bound to @kbd{C-insert}, @kbd{S-delete} and @kbd{S-insert} respectively. +@cindex s-region package The @code{s-region} package provides similar, but less complete, facilities. |