summaryrefslogtreecommitdiff
path: root/lisp/saveplace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/saveplace.el')
-rw-r--r--lisp/saveplace.el5
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)