emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp isearch.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp isearch.el
Date: Tue, 22 Apr 2008 20:30:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/04/22 20:30:33

Modified files:
        lisp           : isearch.el 

Log message:
        (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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/isearch.el?cvsroot=emacs&r1=1.317&r2=1.318




reply via email to

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