From c73dca2540ba5aad7efcf8a128fe23420b307159 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 16 Nov 2004 17:11:00 +0000 Subject: [PATCH] (save-place): Doc fix. --- lisp/saveplace.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2