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