From: Richard M. Stallman Date: Tue, 16 Nov 2004 17:11:00 +0000 (+0000) Subject: (save-place): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~3886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c73dca2540ba5aad7efcf8a128fe23420b307159;p=emacs.git (save-place): Doc fix. --- 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)