From: Juri Linkov Date: Fri, 26 Mar 2004 07:05:31 +0000 (+0000) Subject: * eshell/esh-cmd.el (eshell-cmd): X-Git-Tag: ttn-vms-21-2-B4~7092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c7085c0524295f052b16e703b075f9a24e6e160;p=emacs.git * eshell/esh-cmd.el (eshell-cmd): Comment out broken info-links to incomplete Info manual. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 055f0b332eb..95f0d83a6f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,7 +6,7 @@ * vc.el (vc-print-log): Undo prev change, use new function vc-arg-list from vc-hooks.el. - + 2004-03-26 Masatake YAMATO * simple.el (completion-setup-function): Emphasize the @@ -42,6 +42,14 @@ * jit-lock.el (jit-lock): Remove links to removed Support Modes Info node. + * eshell/eshell.el (eshell): Fix broken info-link. + + * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): + * eshell/em-banner.el (eshell-banner): + * eshell/em-smart.el (eshell-smart): + * eshell/esh-cmd.el (eshell-cmd): + Comment out broken info-links to incomplete Info manual. + * info-xref.el: Fix commentary. 2004-03-25 Kevin Ryde diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index e944020b1ed..9b4f54ce8bf 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -30,7 +30,7 @@ pressing . There are several different kinds of commands, however." :tag "Command invocation" - :link '(info-link "(eshell)Command invocation") + ;; :link '(info-link "(eshell)Command invocation") :group 'eshell) ;;; Commentary: