emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/dired-x.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/man/dired-x.texi,v
Date: Tue, 04 Jul 2006 20:02:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/07/04 20:02:38

Index: dired-x.texi
===================================================================
RCS file: /sources/emacs/emacs/man/dired-x.texi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- dired-x.texi        20 May 2006 23:31:28 -0000      1.25
+++ dired-x.texi        4 Jul 2006 20:02:38 -0000       1.26
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]