Searched +refs:eldoc +refs:documentation +refs:function (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Deldoc.el0 ;;; eldoc.el --- show function arglist or variable docstring in echo area
30 ;; This program was inspired by the behavior of the "mouse documentation
31 ;; window" on many Lisp Machine systems; as you type a function's symbol
33 ;; function. Behavior is not identical; for example, you need not actually
34 ;; type the function name, you need only move point around in a sexp that
36 ;; the one-line documentation for that variable instead, to remind you of
42 ;; (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
43 ;; (add-hook 'lisp-interaction-mode-hook 'turn-on-eldoc-mode)
44 ;; (add-hook 'ielm-mode-hook 'turn-on-eldoc
54 (defgroup eldoc nil function
[all...]

Completed in 101 milliseconds