[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 341e63e796 5/6: Fix typo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 341e63e796 5/6: Fix typo |
Date: |
Mon, 29 May 2023 03:57:45 -0400 (EDT) |
branch: externals/denote
commit 341e63e79650f24666f7b82ba76838ef574ff67d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix typo
---
README.org | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index cd2dbfb7a1..421bddbcd1 100644
--- a/README.org
+++ b/README.org
@@ -1984,11 +1984,11 @@ its standand attachments' facility).
#+findex: denote-rename-buffer-mode
The ~denote-rename-buffer-mode~ minor mode provides the means to
-automatically rename the buffer of a Denote file name upon visiting
-the file. A buffer is renamed upon visiting the underlying file.
-This means that existing buffers are not renamed until they are
-visited again in a new buffer (files are visited with the command
-~find-file~ or related). Enable the mode thus:
+automatically rename the buffer of a Denote file upon visiting the
+file. A buffer is renamed upon visiting the underlying file. This
+means that existing buffers are not renamed until they are visited
+again in a new buffer (files are visited with the command ~find-file~
+or related). Enable the mode thus:
#+begin_src emacs-lisp
(denote-rename-buffer-mode 1)
- [elpa] externals/denote updated (4de8c209e8 -> 90d7b26142), ELPA Syncer, 2023/05/29
- [elpa] externals/denote 65e22ff27d 2/6: Expand denote-rename-buffer-mode doc string, ELPA Syncer, 2023/05/29
- [elpa] externals/denote 1b73466e93 1/6: Define denote-rename-buffer-function and refine the minor mode setup, ELPA Syncer, 2023/05/29
- [elpa] externals/denote 3e84d6121f 4/6: Refer to denote-rename-buffer-mode from file renaming section, ELPA Syncer, 2023/05/29
- [elpa] externals/denote 90d7b26142 6/6: Clarify difference between renaming buffers and files, ELPA Syncer, 2023/05/29
- [elpa] externals/denote 9825e3885e 3/6: Document the denote-rename-buffer-mode, ELPA Syncer, 2023/05/29
- [elpa] externals/denote 341e63e796 5/6: Fix typo,
ELPA Syncer <=