>From a0475e35296ece855cbc9585daf5a6b64475779e Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 26 Nov 2019 21:54:12 +0100 Subject: [PATCH] * packages/dired-du/dired-du.el: Fix typos --- packages/dired-du/dired-du.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dired-du/dired-du.el b/packages/dired-du/dired-du.el index 13915222a..04ee1e9cc 100644 --- a/packages/dired-du/dired-du.el +++ b/packages/dired-du/dired-du.el @@ -783,7 +783,7 @@ (defun dired-du--file-in-dir-info-p (file &optional dir-info) (defun dired-du--create-or-check-dir-info (&optional keep-drop-dirs) "Initialize `dired-du-dir-info' and return it. -Intial value is just a list with the subdir names included in the +Initial value is just a list with the subdir names included in the Dired buffer. If there are subdirs not included in `dired-du-dir-info' then they are added. @@ -1064,7 +1064,7 @@ (defun dired-du-mark-subdir-files (&optional mark must-exist) "Mark all files in current subdirectory. Optional arg MARK, if non-nil, then is the character mark used. Otherwise use `dired-marker-char'. -Optional arg MUST-EXIST, if non-nil, hide non-existant files. +Optional arg MUST-EXIST, if non-nil, hide non-existent files. Directories '.' and '..' are also marked." (save-restriction @@ -1076,7 +1076,7 @@ (defun dired-du-mark-buffer (&optional mark must-exist) "Mark all files in the Dired buffer. Optional arg MARK, if non-nil, then is the character mark used. Otherwise use `dired-marker-char'. -Optional arg MUST-EXIST, if non-nil, hide non-existant files. +Optional arg MUST-EXIST, if non-nil, hide non-existent files. Directories '.' and '..' are also marked." (let ((dired-marker-char (or mark dired-marker-char))) @@ -1505,7 +1505,7 @@ (defun dired-du--toggle-human-readable (&optional no-message) (when (and (derived-mode-p 'dired-mode) dired-du-find-dired-buffer (not dired-du-on-find-dired-ok)) - (error "Toogle format size in `find-dired' buffers \ + (error "Toggle format size in `find-dired' buffers \ is disabled; enable with %s" (substitute-command-keys "\\[dired-du-on-find-dired-ok-toggle\]"))) @@ -1603,8 +1603,8 @@ (defun dired-du--global-update-dir-info (new-info glob-pos) "Update with NEW-INFO position GLOB-POS of `dired-du-dir-info'. NEW-INFO may be the file info for one file or several. -If NEW-INFO contains information for one file already in -`dired-du-dir-info', then the new infomation replace +If NEW-INFO contains information for a file already present in +`dired-du-dir-info', then the new information replaces the old one. Otherwise, the new information is added in front to \(cdr (nth GLOB-POS `dired-du-dir-info')). -- 2.23.0