summaryrefslogtreecommitdiff
path: root/lisp/saveplace.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-05 09:27:00 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-06 04:26:30 +0200
commite7fc61f7399efaaac397b589f6017fbde98311ec (patch)
tree10ec071f830183f4611f291e8f28ba4450ef89b9 /lisp/saveplace.el
parentc88c4467cb5ebab933056d14d1fdff8c1d7d5674 (diff)
downloademacs-e7fc61f7399efaaac397b589f6017fbde98311ec.tar.gz
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.
Diffstat (limited to 'lisp/saveplace.el')
-rw-r--r--lisp/saveplace.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el
index 2a95b39da87..8225588b9db 100644
--- a/lisp/saveplace.el
+++ b/lisp/saveplace.el
@@ -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")