comparison lisp/eshell/em-banner.el @ 110580:f57f72bb4757

Cosmetic doc fixes for eshell. * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el: * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el: * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el: * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el: * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el: * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el: * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el: * eshell/esh-util.el, eshell/esh-var.el: Remove leading `*' from docs of faces and defcustoms.
author Glenn Morris <rgm@gnu.org>
date Sat, 25 Sep 2010 14:51:55 -0700
parents 1d1d5d9bd884
children 417b1e4d63cd
comparison
equal deleted inserted replaced
110579:5fabe7db5188 110580:f57f72bb4757
56 :group 'eshell-module) 56 :group 'eshell-module)
57 57
58 ;;; User Variables: 58 ;;; User Variables:
59 59
60 (defcustom eshell-banner-message "Welcome to the Emacs shell\n\n" 60 (defcustom eshell-banner-message "Welcome to the Emacs shell\n\n"
61 "*The banner message to be displayed when Eshell is loaded. 61 "The banner message to be displayed when Eshell is loaded.
62 This can be any sexp, and should end with at least two newlines." 62 This can be any sexp, and should end with at least two newlines."
63 :type 'sexp 63 :type 'sexp
64 :group 'eshell-banner) 64 :group 'eshell-banner)
65 65
66 (put 'eshell-banner-message 'risky-local-variable t) 66 (put 'eshell-banner-message 'risky-local-variable t)
67 67
68 (defcustom eshell-banner-load-hook '(eshell-banner-initialize) 68 (defcustom eshell-banner-load-hook '(eshell-banner-initialize)
69 "*A list of functions to run when `eshell-banner' is loaded." 69 "A list of functions to run when `eshell-banner' is loaded."
70 :type 'hook 70 :type 'hook
71 :group 'eshell-banner) 71 :group 'eshell-banner)
72 72
73 (defun eshell-banner-initialize () 73 (defun eshell-banner-initialize ()
74 "Output a welcome banner on initialization." 74 "Output a welcome banner on initialization."