]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell/esh-cmd.el (eshell-cmd):
authorJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:05:31 +0000 (07:05 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 26 Mar 2004 07:05:31 +0000 (07:05 +0000)
Comment out broken info-links to incomplete Info manual.

lisp/ChangeLog
lisp/eshell/esh-cmd.el

index 055f0b332eb378df0e031d30fe1c06b5b366f9f4..95f0d83a6f99c933977bd7afde5aaa5e466fb5a8 100644 (file)
@@ -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  <jet@gyve.org>
 
        * simple.el (completion-setup-function): Emphasize the
        * 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  <user42@zip.com.au>
index e944020b1edcc1542e3e7f12157d58987204de7e..9b4f54ce8bf82298e9da2341178ae329f21f4f15 100644 (file)
@@ -30,7 +30,7 @@
 pressing <RET>.  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: