* lisp/files.el (save-some-buffers-root): Improve doc string.
contents before the change, and provides instructions how to revert
the buffer.
+---
** New value 'save-some-buffers-root' of 'save-some-buffers-default-predicate'.
-They allow to ask about saving only those files that are under the
-project root or in subdirectories of the directory that was default
-during command invocation.
+When using this predicate, only buffers under the current project root
+will be considered when saving buffers with 'save-some-buffers'.
---
** New user option 'save-place-abbreviate-file-names'.
:version "26.1")
(defun save-some-buffers-root ()
- "A predicate to check whether the buffer is under the root directory.
+ "A predicate to check whether the buffer is under the project root directory.
Can be used as a value of `save-some-buffers-default-predicate'
to save buffers only under the project root or in subdirectories
of the directory that was default during command invocation."