changeset 42623:365f0cb0170e

(eldoc-minor-mode-string): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Jan 2002 23:57:30 +0000
parents 2c67c90f9b6d
children b05730e3a07c
files lisp/emacs-lisp/eldoc.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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