diff options
Diffstat (limited to 'lisp/eshell/em-banner.el')
-rw-r--r-- | lisp/eshell/em-banner.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index c13df836651..9087cae369c 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el @@ -58,7 +58,7 @@ modules may have a simple template to begin with." ;;; User Variables: (defcustom eshell-banner-message "Welcome to the Emacs shell\n\n" - "*The banner message to be displayed when Eshell is loaded. + "The banner message to be displayed when Eshell is loaded. This can be any sexp, and should end with at least two newlines." :type 'sexp :group 'eshell-banner) @@ -66,7 +66,7 @@ This can be any sexp, and should end with at least two newlines." (put 'eshell-banner-message 'risky-local-variable t) (defcustom eshell-banner-load-hook '(eshell-banner-initialize) - "*A list of functions to run when `eshell-banner' is loaded." + "A list of functions to run when `eshell-banner' is loaded." :type 'hook :group 'eshell-banner) |