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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el
Date: Wed, 18 May 2005 11:11:36 -0400

Index: emacs/lisp/emacs-lisp/eldoc.el
diff -c emacs/lisp/emacs-lisp/eldoc.el:1.32 emacs/lisp/emacs-lisp/eldoc.el:1.33
*** emacs/lisp/emacs-lisp/eldoc.el:1.32 Sat May 14 11:25:31 2005
--- emacs/lisp/emacs-lisp/eldoc.el      Wed May 18 15:11:36 2005
***************
*** 141,149 ****
    "Toggle ElDoc mode on or off.
  In ElDoc mode, the echo area displays information about a
  function or variable in the text where point is.  If point is
! on a documented variable, it displays that variable's doc string.
! Otherwise it displays the argument list of the function called
! in the expression point is on.
  
  With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
    :group 'eldoc :lighter eldoc-minor-mode-string
--- 141,149 ----
    "Toggle ElDoc mode on or off.
  In ElDoc mode, the echo area displays information about a
  function or variable in the text where point is.  If point is
! on a documented variable, it displays the first line of that
! variable's doc string.  Otherwise it displays the argument list
! of the function called in the expression point is on.
  
  With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
    :group 'eldoc :lighter eldoc-minor-mode-string




reply via email to

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