[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 1d3ced4487 01/12: Fix typos in the manual about
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 1d3ced4487 01/12: Fix typos in the manual about 'denote-link' |
Date: |
Mon, 25 Sep 2023 09:58:13 -0400 (EDT) |
branch: externals/denote
commit 1d3ced448731572bd4012bd638a5daf6239fc43b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix typos in the manual about 'denote-link'
---
README.org | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 967407f7fc..f1215d4ca9 100644
--- a/README.org
+++ b/README.org
@@ -1618,20 +1618,20 @@ The following sections delve into the details.
:END:
#+findex: denote-link
-The ~denote-link~ command inserts a link at point to an entry specified
+The ~denote-link~ command inserts a link at point to a file specified
at the minibuffer prompt. Links are formatted depending on the file
-type of current note. In Org and plain text buffers, links are
-formatted thus: =[[denote:IDENTIFIER][TITLE]]=. While in Markdown they
-are expressed as =[TITLE](denote:IDENTIFIER)=.
+type of the current note. In Org and plain text buffers, links are
+formatted thus: =[[denote:IDENTIFIER][TITLE]]=. While in Markdown
+they are expressed as =[TITLE](denote:IDENTIFIER)=.
-When ~denote-link~ is called with a prefix argument (=C-u= by default),
-it formats links like =[[denote:IDENTIFIER]]=. The user might prefer
-its simplicity.
+When ~denote-link~ is called with a prefix argument (=C-u= by
+default), it formats links like =[[denote:IDENTIFIER]]=. The user
+might prefer its simplicity.
The description of the link is taken from the target file's front
matter or, if that is not available, from the file name. If the
region is active, its text is used as the link's description instead.
-If the active region has no text, the inserted link used just the
+If the active region has no text, the inserted link uses just the
identifier, as with the =C-u= prefix mentioned above.
Inserted links are automatically buttonized and remain active for as
- [elpa] externals/denote updated (7a02653305 -> ccdcbfb7b7), ELPA Syncer, 2023/09/25
- [elpa] externals/denote 1d3ced4487 01/12: Fix typos in the manual about 'denote-link',
ELPA Syncer <=
- [elpa] externals/denote 3a9404cd37 04/12: Add new denote-link-with-signature command, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 2e444f3f22 03/12: BREAKING make 'denote-file-prompt' accept optional regexp filter, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 15bb6fe2f8 07/12: Make 'denote-command-prompt' return symbol, ELPA Syncer, 2023/09/25
- [elpa] externals/denote cc83083117 10/12: Add FIXME to avoid duplication with "link after creating" commands, ELPA Syncer, 2023/09/25
- [elpa] externals/denote f74c6380d3 08/12: Include default value in 'denote-command-prompt', ELPA Syncer, 2023/09/25
- [elpa] externals/denote beb1fc6d98 06/12: Fix prompt text in 'denote-command-prompt', ELPA Syncer, 2023/09/25
- [elpa] externals/denote ccdcbfb7b7 12/12: Placate the compiler about double space after dots in docs, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 45fe76ca24 05/12: Make denote-file-prompt record history, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 3ad974396d 02/12: Make 'denote-link' more abstract to also call it from Lisp, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 34c632c690 11/12: Simplify denote-dired-rename-marked-files interactive spec, ELPA Syncer, 2023/09/25