comparison lisp/eshell/em-banner.el @ 54566:b73ba8cc2d91

* eshell/em-banner.el (eshell-banner): Comment out broken info-links to incomplete Info manual.
author Juri Linkov <juri@jurta.org>
date Fri, 26 Mar 2004 07:02:50 +0000
parents 695cf19ef79e
children 18a818a2ee7c
comparison
equal deleted inserted replaced
54565:d41b30e64d75 54566:b73ba8cc2d91
28 (defgroup eshell-banner nil 28 (defgroup eshell-banner nil
29 "This sample module displays a welcome banner at login. 29 "This sample module displays a welcome banner at login.
30 It exists so that others wishing to create their own Eshell extension 30 It exists so that others wishing to create their own Eshell extension
31 modules may have a simple template to begin with." 31 modules may have a simple template to begin with."
32 :tag "Login banner" 32 :tag "Login banner"
33 :link '(info-link "(eshell)Login banner") 33 ;; :link '(info-link "(eshell)Login banner")
34 :group 'eshell-module) 34 :group 'eshell-module)
35 35
36 ;;; Commentary: 36 ;;; Commentary:
37 37
38 ;; There is nothing to be done or configured in order to use this 38 ;; There is nothing to be done or configured in order to use this