diff lisp/dired-aux.el @ 917:d09aafad0e95

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 03 Aug 1992 21:49:55 +0000
parents 4fba6d4b6a28
children f165d900e06e
line wrap: on
line diff
--- a/lisp/dired-aux.el	Mon Aug 03 21:32:21 1992 +0000
+++ b/lisp/dired-aux.el	Mon Aug 03 21:49:55 1992 +0000
@@ -539,7 +539,7 @@
   ;; 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)