[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wdired autoload instructions
From: |
Stefan Monnier |
Subject: |
Re: wdired autoload instructions |
Date: |
Mon, 09 May 2011 11:24:57 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> (autoload 'wdired-change-to-wdired-mode "wdired"
>> "Switch to Wdired mode." t)
>> (eval-after-load "dired"
>> '(progn
>> (define-key dired-mode-map "r" 'wdired-change-to-wdired-mode)
>> (define-key dired-mode-map
>> [menu-bar immediate wdired-change-to-wdired-mode]
>> '("Edit File Names" . wdired-change-to-wdired-mode))))
>>
> Would anyone, for any reason, mind if we change the comment to recommend
> this instead?
Please change this broken and out-of-date comment by removing it
altogether and mentioning that wdired is activated by C-x C-q.
Stefan