[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[eev] `M-h M-e': help about eev-mode
From: |
Eduardo Ochs |
Subject: |
[eev] `M-h M-e': help about eev-mode |
Date: |
Sun, 31 Aug 2008 14:17:39 -0400 |
Hello list,
here's a cute new feature that is only mentioned - briefly - in the
changelog. `M-h M-e' runs `find-eev-mode-links', that is this:
(defun find-eev-mode-links (&optional arg)
"Show the docstring for `eev-mode', or jump to the source code.
When ARG is non-nil this function should show a list of
eev-mode-related links - but currently it just jumps to the
location of its own source code."
(interactive "P")
(if arg (find-efunction 'find-eev-mode-links)
(find-efunctiondescr 'eev-mode)))
I'm planning to make `M-?' obsolete at some point.
Cheers,
Eduardo Ochs
address@hidden
http://angg.twu.net/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [eev] `M-h M-e': help about eev-mode,
Eduardo Ochs <=