1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(save-place): Doc fix.

This commit is contained in:
Richard M. Stallman 2004-11-16 17:11:00 +00:00
parent b9559a72b4
commit c73dca2540

View file

@ -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)