diff man/dired-x.texi @ 71612:77266daa9ec9

Use ;; instead of ;;; to better follow coding conventions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Jul 2006 20:02:38 +0000
parents 2c32fe2fd6bd
children 3d45362f1d38 138ce2701550
line wrap: on
line diff
--- a/man/dired-x.texi	Tue Jul 04 14:32:15 2006 +0000
+++ b/man/dired-x.texi	Tue Jul 04 20:02:38 2006 +0000
@@ -298,9 +298,9 @@
 for these functions.  In your @file{.emacs} file put
 
 @example
-;;; Autoload `dired-jump' and `dired-jump-other-window'.
-;;; We autoload from FILE dired.el.  This will then load dired-x.el
-;;; and hence define `dired-jump' and `dired-jump-other-window'.
+;; Autoload `dired-jump' and `dired-jump-other-window'.
+;; We autoload from FILE dired.el.  This will then load dired-x.el
+;; and hence define `dired-jump' and `dired-jump-other-window'.
 (define-key global-map "\C-x\C-j" 'dired-jump)
 (define-key global-map "\C-x4\C-j" 'dired-jump-other-window)