emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el
Date: Tue, 08 Jan 2002 18:57:31 -0500

Index: emacs/lisp/emacs-lisp/eldoc.el
diff -c emacs/lisp/emacs-lisp/eldoc.el:1.19 emacs/lisp/emacs-lisp/eldoc.el:1.20
*** emacs/lisp/emacs-lisp/eldoc.el:1.19 Fri Nov 16 18:58:48 2001
--- emacs/lisp/emacs-lisp/eldoc.el      Tue Jan  8 18:57:30 2002
***************
*** 7,13 ****
  ;; Keywords: extensions
  ;; Created: 1995-10-06
  
! ;; $Id: eldoc.el,v 1.19 2001/11/16 23:58:48 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 7,13 ----
  ;; Keywords: extensions
  ;; Created: 1995-10-06
  
! ;; $Id: eldoc.el,v 1.20 2002/01/08 23:57:30 rms Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 70,77 ****
  
  ;;;###autoload
  (defcustom eldoc-minor-mode-string " ElDoc"
!   "*String to display in mode line when Eldoc Mode is enabled."
!   :type 'string
    :group 'eldoc)
  
  (defcustom eldoc-argument-case 'upcase
--- 70,77 ----
  
  ;;;###autoload
  (defcustom eldoc-minor-mode-string " ElDoc"
!   "*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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]