summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-08-03 21:49:55 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-08-03 21:49:55 +0000
commit9cac0226c43a7a4687346b4a600903a4f30ed5dc (patch)
tree0938e3898fefdde82ac7f328e472ad7f27cebd4e /lisp/dired-aux.el
parent22c5d72000119e6a4eba84c2168ad3e65a6c1810 (diff)
downloademacs-9cac0226c43a7a4687346b4a600903a4f30ed5dc.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index eea28769d93..d94285f7544 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -539,7 +539,7 @@ and use this command with a prefix argument (the value does not matter)."
;; Query user and return nil or t.
;; Store answer in symbol VAR (which must initially be bound to nil).
;; Format PROMPT with ARGS.
- ;; Binding variable help-form will help the user who types C-h.
+ ;; Binding variable help-form will help the user who types the help key.
(let* ((char (symbol-value qs-var))
(action (cdr (assoc char dired-query-alist))))
(cond ((eq 'yes action)