Improve documentation of save-place-abbreviate-file-names

* lisp/saveplace.el (save-place-abbreviate-file-names): Document why
you might want to enable this option.
This commit is contained in:
Stefan Kangas 2021-09-05 09:27:00 +02:00
parent c88c4467cb
commit e7fc61f739

View file

@ -88,7 +88,9 @@ this happens automatically before saving `save-place-alist' to
:type 'boolean)
(defcustom save-place-abbreviate-file-names nil
"If non-nil, abbreviate file names before saving them."
"If non-nil, abbreviate file names before saving them.
This can simplify sharing the `save-place-file' file across
different hosts."
:type 'boolean
:version "28.1")