diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-16 04:37:48 +0000 |
commit | c0d7987107ab2fa9183aadf36d38e3be2542873a (patch) | |
tree | 019ac87376cff61733e32d905511555d6512c527 /lisp/dired-x.el | |
parent | 41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (diff) | |
download | emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.gz |
Comment change.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
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 |