]> code.delx.au - gnu-emacs/blobdiff - man/dired-x.texi
* term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
[gnu-emacs] / man / dired-x.texi
index 157ec168d8c90db21db5afaa7313cac010e4ea36..7a53e5a68163f60d5176ba74a505eb9216989c7e 100644 (file)
@@ -298,9 +298,9 @@ In order to have @code{dired-jump} and @code{dired-jump-other-window}
 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)