diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-16 17:11:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-16 17:11:00 +0000 |
commit | c73dca2540ba5aad7efcf8a128fe23420b307159 (patch) | |
tree | d04c2c38d9397c8e3789d9a7c162f18bb7239aaa /lisp/saveplace.el | |
parent | b9559a72b415ecc645ad1999e7f6d7f51828f4f1 (diff) | |
download | emacs-c73dca2540ba5aad7efcf8a128fe23420b307159.tar.gz emacs-c73dca2540ba5aad7efcf8a128fe23420b307159.tar.bz2 emacs-c73dca2540ba5aad7efcf8a128fe23420b307159.zip |
(save-place): Doc fix.
Diffstat (limited to 'lisp/saveplace.el')
-rw-r--r-- | lisp/saveplace.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 249bdfe00e3..e536e3c3237 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -61,7 +61,10 @@ This variable is automatically buffer-local. If you wish your place in any file to always be automatically saved, simply put this in your `~/.emacs' file: -\(setq-default save-place t\)" +\(setq-default save-place t) +\(require 'saveplace) + +or else use the Custom facility to set this option." :type 'boolean :require 'saveplace :group 'save-place) |