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

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

[elpa] externals/denote-menu f73afbdacb 13/15: fix list-denotes alias an


From: ELPA Syncer
Subject: [elpa] externals/denote-menu f73afbdacb 13/15: fix list-denotes alias and typo in README
Date: Thu, 9 Mar 2023 11:00:08 -0500 (EST)

branch: externals/denote-menu
commit f73afbdacb8d6d089a4e1a39a98075c00fa3f35d
Author: Mohamed Suliman <sulimanm@tcd.ie>
Commit: Mohamed Suliman <sulimanm@tcd.ie>

    fix list-denotes alias and typo in README
---
 README.org     | 4 ++--
 denote-menu.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 33b33c88c7..82ecbfbdab 100644
--- a/README.org
+++ b/README.org
@@ -15,7 +15,7 @@ tends to clutters the buffer with hyphens and underscores. 
This
 package aims to declutter your view of your files by making it easy to
 view the 3 main components of denote files, that is their timestamp,
 title, and keywords. Derived from the builtin =tabulated-list-mode=,
-the =*Denote*= buffer that is created with the =list-denote= command
+the =*Denote*= buffer that is created with the =list-denotes= command
 is visually similar to that created by commands like =list-packages=
 and =list-processes=, and provides methods to filter the denote files
 that are shown, as well as exporting to dired with the denote files
@@ -48,7 +48,7 @@ configuration:
 This package requires Denote =v1.2.0= or above.
 * Usage
 Assuming that you have =denote-directory= set to a directory that has
-denote files, simply run =M-x list-denote= to open the =*Denote*=
+denote files, simply run =M-x list-denotes= to open the =*Denote*=
 buffer. You will be presented with a tabulated list of your denote
 files whose filenames match the =denote-menu-initial-regex= regular
 expression. By default this is set to match all denote files in the
diff --git a/denote-menu.el b/denote-menu.el
index 0a65cc2243..b258ffa266 100644
--- a/denote-menu.el
+++ b/denote-menu.el
@@ -75,7 +75,7 @@ denote file corresponding to the button."
     
     (pop-to-buffer-same-window buffer)))
 
-(defalias 'denote-menu-list-notes 'list-denotes
+(defalias 'list-denotes 'denote-menu-list-notes
   "Alias of `denote-menu-list-notes' command.")
 
 (defun denote-menu-update-entries ()



reply via email to

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