1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Comment fix.

This commit is contained in:
Glenn Morris 2011-03-02 09:19:01 -08:00
parent dbb17c4e2a
commit 8e0321ad01

View File

@ -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 ./")