emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 6fd162c9b0 9/9: Use consistent phrasing in doc s


From: ELPA Syncer
Subject: [elpa] externals/denote 6fd162c9b0 9/9: Use consistent phrasing in doc string
Date: Fri, 5 Aug 2022 06:57:36 -0400 (EDT)

branch: externals/denote
commit 6fd162c9b00ea03d38888609f94eb77697a47de4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use consistent phrasing in doc string
    
    Just so we have the same voice throughout.
---
 denote.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/denote.el b/denote.el
index d1b5209a3e..b9a606beb4 100644
--- a/denote.el
+++ b/denote.el
@@ -1382,10 +1382,10 @@ Ask for confirmation, showing the difference between 
the old and
 the new file names.  Refrain from performing the operation if the
 buffer has unsaved changes.
 
-The identifier of the file, if any, is never modified even if it
-is edited in the front matter: Denote considers the file name to
-be the source of truth in this case, to avoid potential breakage
-with typos and the like."
+Never modify the identifier of the FILE, if any, even if it is
+edited in the front matter.  Denote considers the file name to be
+the source of truth in this case to avoid potential breakage with
+typos and the like."
   (interactive (list (buffer-file-name)))
   (when (buffer-modified-p)
     (user-error "Save buffer before proceeding"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]