From: Stefan Kangas Date: Sun, 5 Sep 2021 07:27:00 +0000 (+0200) Subject: Improve documentation of save-place-abbreviate-file-names X-Git-Tag: emacs-28.0.90~1154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7fc61f7399efaaac397b589f6017fbde98311ec;p=emacs.git 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. --- 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")