diff options
| author | Miles Bader | 2005-07-22 08:27:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-22 08:27:27 +0000 |
| commit | 3674ae2f87e47a654524af689ea610ee3edeaca7 (patch) | |
| tree | 58ea33c40c8521a79fb503080b8bb6231ffbf579 /src/keymap.c | |
| parent | 3e03f554f116e04ba860dcde7c6d862939911e16 (diff) | |
| parent | 7929f858f8897f0448771a471f8afc5f244e4bca (diff) | |
| download | emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.tar.gz emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 090996c7e0d..dd206b8f065 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1694,7 +1694,7 @@ bindings; see the description of `lookup-key' for more details about this. */) | |||
| 1694 | 1694 | ||
| 1695 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, | 1695 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, |
| 1696 | doc: /* Find the visible minor mode bindings of KEY. | 1696 | doc: /* Find the visible minor mode bindings of KEY. |
| 1697 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is the | 1697 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is |
| 1698 | the symbol which names the minor mode binding KEY, and BINDING is | 1698 | the symbol which names the minor mode binding KEY, and BINDING is |
| 1699 | KEY's definition in that mode. In particular, if KEY has no | 1699 | KEY's definition in that mode. In particular, if KEY has no |
| 1700 | minor-mode bindings, return nil. If the first binding is a | 1700 | minor-mode bindings, return nil. If the first binding is a |