(eval-when-compile): Require `help-macro'.
authorJuri Linkov <juri@jurta.org>
Tue, 22 Apr 2008 20:32:23 +0000 (20:32 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 22 Apr 2008 20:32:23 +0000 (20:32 +0000)
commitb92368b4712ac13e1cacd1d5666a0409fca40e49
treef4ee8a186d5279bcfd0845c93d10fa3de0e389cd
parent0ec3382b012291ce7c882c88ed12e132243fc794
(eval-when-compile): Require `help-macro'.
(isearch-help-for-help-internal): Isearch specific Help screen
created by `make-help-screen'.
(isearch-help-map): New variable that binds "b", "k", "m" to
isearch-specific commands, and binds other keys to
isearch-other-control-char, thus allowing other Help keys to
exit isearch mode and execute their global definitions.
(isearch-help-for-help, isearch-describe-bindings)
(isearch-describe-key, isearch-describe-mode): New commands.
(isearch-mode-help): Define alias to isearch-describe-mode
and remove its old function definition.
(isearch-mode-map): Bind "\C-h" to isearch-help-map.
Remove old comments because this issue is settled now.
(isearch-forward): Describe three new Help commands in the docstring.
(isearch-mode): Remove \\{isearch-mode-map} from the docstring,
leave the single sentence at the first line of the docstring,
and prepend the word "function" before `isearch-forward'
to make the Help link to the function instead of variable.
lisp/ChangeLog
lisp/isearch.el