diff options
| author | Juri Linkov | 2005-07-18 16:33:00 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 16:33:00 +0000 |
| commit | 15fbe81f20b2eaba0c91c48ad0747712a17b7263 (patch) | |
| tree | 3f275c8c57d15cc462bad5f1114e15481b08c8d1 /src | |
| parent | e5f95d5ca4869be62f17ece3de3c2d73ba39cac7 (diff) | |
| download | emacs-15fbe81f20b2eaba0c91c48ad0747712a17b7263.tar.gz emacs-15fbe81f20b2eaba0c91c48ad0747712a17b7263.zip | |
(Fminor_mode_key_binding): Delete duplicate words.
Diffstat (limited to 'src')
| -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 9dee14eff42..49151a395fb 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1661,7 +1661,7 @@ bindings; see the description of `lookup-key' for more details about this. */) | |||
| 1661 | 1661 | ||
| 1662 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, | 1662 | DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, |
| 1663 | doc: /* Find the visible minor mode bindings of KEY. | 1663 | doc: /* Find the visible minor mode bindings of KEY. |
| 1664 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is the | 1664 | Return an alist of pairs (MODENAME . BINDING), where MODENAME is |
| 1665 | the symbol which names the minor mode binding KEY, and BINDING is | 1665 | the symbol which names the minor mode binding KEY, and BINDING is |
| 1666 | KEY's definition in that mode. In particular, if KEY has no | 1666 | KEY's definition in that mode. In particular, if KEY has no |
| 1667 | minor-mode bindings, return nil. If the first binding is a | 1667 | minor-mode bindings, return nil. If the first binding is a |