aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2011-03-02 11:42:47 +0100
committerAndreas Schwab2011-03-02 11:42:47 +0100
commit42eabe38ab2e841a5816e8f80e1740f8331b30ed (patch)
tree65cef41d3cb94033f7bec87c929160fa14ea09e0
parent8ef5a2f2e2ea21cbbec50afe43c338c0d8bda353 (diff)
downloademacs-42eabe38ab2e841a5816e8f80e1740f8331b30ed.tar.gz
emacs-42eabe38ab2e841a5816e8f80e1740f8331b30ed.zip
Update autoloads
-rw-r--r--lisp/dired.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index c113f0cb2f4..99902d15e33 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -4082,8 +4082,8 @@ true then the type of the file linked to by FILE is printed instead.
4082 4082
4083;;;*** 4083;;;***
4084 4084
4085;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" 4085;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump)
4086;;;;;; "3b8851132739ab3f9054bf639873c53e") 4086;;;;;; "dired-x" "dired-x.el" "addd55345656d18cfd5251790a655e2c")
4087;;; Generated autoloads from dired-x.el 4087;;; Generated autoloads from dired-x.el
4088 4088
4089(autoload 'dired-jump "dired-x" "\ 4089(autoload 'dired-jump "dired-x" "\
@@ -4098,6 +4098,11 @@ move to its line in dired.
4098 4098
4099\(fn &optional OTHER-WINDOW FILE-NAME)" t nil) 4099\(fn &optional OTHER-WINDOW FILE-NAME)" t nil)
4100 4100
4101(autoload 'dired-jump-other-window "dired-x" "\
4102Like \\[dired-jump] (`dired-jump') but in other window.
4103
4104\(fn &optional FILE-NAME)" t nil)
4105
4101(autoload 'dired-do-relsymlink "dired-x" "\ 4106(autoload 'dired-do-relsymlink "dired-x" "\
4102Relative symlink all marked (or next ARG) files into a directory. 4107Relative symlink all marked (or next ARG) files into a directory.
4103Otherwise make a relative symbolic link to the current file. 4108Otherwise make a relative symbolic link to the current file.