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:
parent
b9559a72b4
commit
c73dca2540
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue