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

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

[elpa] externals/denote bc8dbbe9d8 1/3: Placate the compiler for double


From: ELPA Syncer
Subject: [elpa] externals/denote bc8dbbe9d8 1/3: Placate the compiler for double space after dot
Date: Sun, 9 Oct 2022 22:57:31 -0400 (EDT)

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

    Placate the compiler for double space after dot
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index f85249fb3e..60dff404ff 100644
--- a/denote.el
+++ b/denote.el
@@ -2254,14 +2254,14 @@ FILE's title."
   "Create link to TARGET note in variable `denote-directory'.
 With optional ID-ONLY, such as a universal prefix
 argument (\\[universal-argument]), insert links with just the
-identifier and no further description. In this case, the link
+identifier and no further description.  In this case, the link
 format is always [[denote:IDENTIFIER]].
 
 Use TARGET's title for the link's description.  The title comes
 either from the front matter or the file name.
 
 If region is active, use its text as the link's description
-instead of TARGET's title. If active region is empty (i.e
+instead of TARGET's title.  If active region is empty (i.e
 whitespace-only), insert an id-only link (following org-mode's
 behavior with empty description)."
   (interactive (list (denote-file-prompt) current-prefix-arg))



reply via email to

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