diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:05:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:05:03 +0000 |
commit | 530d2eb605cc29009891feef76bd045131506755 (patch) | |
tree | d1afd98fefd0550e67d1264aef1de2b160ebe9d7 /lisp/ediff-hook.el | |
parent | 66182e61c654ec40d54d603177988cd7359fea9d (diff) | |
download | emacs-530d2eb605cc29009891feef76bd045131506755.tar.gz |
(ediff-show-registry): Use renamed file ediff-mult.
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r-- | lisp/ediff-hook.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index 019db0a42af..b3d77819afd 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el @@ -265,7 +265,7 @@ ;; misc (autoload 'ediff-show-registry - "ediff-meta" + "ediff-mult" "Display the registry of active Ediff sessions" t) (autoload 'ediff-version |