]> git.eshelyaron.com Git - emacs.git/commitdiff
save-some-buffers-root doc string change
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Sep 2021 05:32:48 +0000 (07:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 25 Sep 2021 05:32:48 +0000 (07:32 +0200)
* lisp/files.el (save-some-buffers-root): Improve doc string.

etc/NEWS
lisp/files.el

index 94df3de155022345f9ab1879ff3ddff1dddca16a..40e85c67c0589edf935b65c6ee99386cfee670f8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1001,10 +1001,10 @@ If nil, Emacs does not prompt, but instead shows the buffer with its
 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'.
index 2f7e936ff619a407bbe83dc7614a9b70268e531b..05875b48e394d34846f7658ede8c27d8e182185f 100644 (file)
@@ -5756,7 +5756,7 @@ be saved."
   :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."