summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
commit2722cca4996041844498851b60ef3830f0842b0d (patch)
tree2a6e66c1dfe8f823683a4765733e788455744028 /lisp/dired-x.el
parentf6e827319bea2951a10c631b182eed10644d4bac (diff)
downloademacs-2722cca4996041844498851b60ef3830f0842b0d.tar.gz
Comment change.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index b265d32886c..876b040f2ca 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -906,7 +906,7 @@ dired."
;;; that matches the first file in the file list.
;;;
;;; * If the REGEXP matches all the entries of the file list then evaluate
-;;; COMMAND, which is either a string or an elisp expression returning a
+;;; COMMAND, which is either a string or a Lisp expression returning a
;;; string. COMMAND may be a list of commands.
;;;
;;; * Return this command to `dired-guess-shell-command' which prompts user