branch: externals/denote commit afa3b9495f5da5965148388878bd2d7d3d224dd3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Reword the doc string of denote-buffer-name-prefix This builds on top of commit 8e1341d by James Kalyan, which was done in pull request 597: <https://github.com/protesilaos/denote/pull/597>. James is in the process of assigning copyright to the Free Software Foundation. --- denote.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index ffe0396d0a..5f10a985b1 100644 --- a/denote.el +++ b/denote.el @@ -778,7 +778,11 @@ and `denote-link-after-creating-with-command'." This includes the query links, backlinks, `denote-grep', `denote-dired' buffers, as well as all the regular Denote files whose buffer name gets updated when `denote-rename-buffer-mode' is enabled (that mode uses the -`denote-rename-buffer-format')." +`denote-rename-buffer-format'). + +By default, the value of `denote-buffer-name-prefix' is \"[D] \". +Users can set it to any string they want, such as \"<Denote> \", or +even an empty string to not have any such prefix." :type 'string :package-version '(denote . "4.1.0") :group 'denote)