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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el
Date: Mon, 04 Apr 2005 05:11:34 -0400

Index: emacs/lisp/emacs-lisp/eldoc.el
diff -c emacs/lisp/emacs-lisp/eldoc.el:1.28 emacs/lisp/emacs-lisp/eldoc.el:1.29
*** emacs/lisp/emacs-lisp/eldoc.el:1.28 Sat Apr 10 05:55:47 2004
--- emacs/lisp/emacs-lisp/eldoc.el      Mon Apr  4 09:11:34 2005
***************
*** 1,6 ****
  ;;; eldoc.el --- show function arglist or variable docstring in echo area
  
! ;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc.
  
  ;; Author: Noah Friedman <address@hidden>
  ;; Maintainer: address@hidden
--- 1,7 ----
  ;;; eldoc.el --- show function arglist or variable docstring in echo area
  
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2005
! ;;   Free Software Foundation, Inc.
  
  ;; Author: Noah Friedman <address@hidden>
  ;; Maintainer: address@hidden
***************
*** 150,156 ****
  instead.
  
  With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
!   nil eldoc-minor-mode-string nil
    (setq eldoc-last-message nil)
    (if eldoc-mode
        (progn
--- 151,157 ----
  instead.
  
  With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
!   :group 'eldoc :lighter eldoc-minor-mode-string
    (setq eldoc-last-message nil)
    (if eldoc-mode
        (progn




reply via email to

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