branch: externals/denote commit ca62b258cea9597dd7088941d8b1b77e73fc8f6d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove confusing phrase in doc string --- README.org | 3 --- denote-dired.el | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README.org b/README.org index e16fdf59bb..938d45c09d 100644 --- a/README.org +++ b/README.org @@ -541,9 +541,6 @@ following: command ~diff-buffer-with-file~). Multiple buffers can be saved with ~save-some-buffers~ (read its doc string). -This command ignores files that comply with Denote's file-naming -scheme. - #+findex: denote-dired-rename-marked-files-and-add-front-matters The command ~denote-dired-rename-marked-files-and-add-front-matters~ is like ~denote-dired-rename-marked-files~ but also adds front matter. The diff --git a/denote-dired.el b/denote-dired.el index 847a00f3d0..3964c9d0da 100644 --- a/denote-dired.el +++ b/denote-dired.el @@ -121,9 +121,6 @@ ;; the command `diff-buffer-with-file'). Multiple buffers can be ;; saved with `save-some-buffers' (read its doc string). ;; -;; This command ignores files that comply with Denote's file-naming -;; scheme. -;; ;; The command `denote-dired-rename-marked-files-and-add-front-matters' is ;; like `denote-dired-rename-marked-files' but also adds front matter. The ;; additon of front matter takes place only if the file has the appropriate @@ -488,10 +485,7 @@ The operation does the following: to confirm that the new front matter does not cause any problems (e.g. with the command `diff-buffer-with-file'). Multiple buffers can be saved with `save-some-buffers' (read - its doc string). - -This command ignores files that comply with Denote's file-naming -scheme." + its doc string)." (interactive nil dired-mode) (if-let ((marks (dired-get-marked-files)) (keywords (denote--keywords-prompt)))