correct the wrong info node setting in dired-describe-mode
FKtPp
m_pupil at yahoo.com.cn
Thu May 8 22:03:16 EDT 2008
hi all,
The following patch makes the 'C-u h' works in dired mode. since xemacs
didn't ship a separated dired.info, we have to use (info
"(xemacs)Dired") instead of (info "dired").
--- dired-help.el.orig 2008-05-09 09:46:05.171875000 +0800
+++ dired-help.el 2008-05-09 09:47:39.468750000 +0800
@@ -232,7 +232,8 @@
(interactive "P")
;; Getting dired documentation can be a bit slow.
(if info
- (info "dired")
+ ;; XEmacs specific, xemacs do not have a separate dired.info
+ (info "(xemacs)Dired")
(message "Building dired help...")
(let* ((buff (get-buffer-create "*Help*"))
(standard-output buff)
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
More information about the XEmacs-Patches
mailing list