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:
parent
c88c4467cb
commit
e7fc61f739
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue