# HG changeset patch # User Richard M. Stallman # Date 1010534250 0 # Node ID 365f0cb0170e3b68debdd301bb4f33e9d90d73c5 # Parent 2c67c90f9b6d7596c2fe0ad26b83fab2a39ef094 (eldoc-minor-mode-string): Fix custom type. diff -r 2c67c90f9b6d -r 365f0cb0170e lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Tue Jan 08 23:57:15 2002 +0000 +++ b/lisp/emacs-lisp/eldoc.el Tue Jan 08 23:57:30 2002 +0000 @@ -7,7 +7,7 @@ ;; Keywords: extensions ;; Created: 1995-10-06 -;; $Id: eldoc.el,v 1.18 2000/12/02 20:10:49 schwab Exp $ +;; $Id: eldoc.el,v 1.19 2001/11/16 23:58:48 monnier Exp $ ;; This file is part of GNU Emacs. @@ -70,8 +70,8 @@ ;;;###autoload (defcustom eldoc-minor-mode-string " ElDoc" - "*String to display in mode line when Eldoc Mode is enabled." - :type 'string + "*String to display in mode line when Eldoc Mode is enabled; nil for none." + :type '(choice string (const :tag "None" nil)) :group 'eldoc) (defcustom eldoc-argument-case 'upcase