From: Glenn Morris Date: Wed, 2 Mar 2011 17:19:01 +0000 (-0800) Subject: Comment fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~674^2~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e0321ad01eec8aba5d0c16a706cfe57d4329cfe;p=emacs.git Comment fix. --- diff --git a/lisp/dired-x.el b/lisp/dired-x.el index d71212e5dcb..a5063bb77dd 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -956,7 +956,6 @@ replace it with a dir-locals-file `./%s'" ;; FIXME "man ./" does not work with dired-do-shell-command, ;; because there seems to be no way for us to modify the filename, ;; only the command. Hmph. `dired-man' works though. - ;; `dired-man' does (list "\\.\\(?:[0-9]\\|man\\)\\'" '(let ((loc (Man-support-local-filenames))) (cond ((eq loc 'man-db) "man -l") ((eq loc 'man) "man ./")