# HG changeset patch # User Richard M. Stallman # Date 739473576 0 # Node ID f183be0dc237b6c44e464a5912a4f2a5592eae34 # Parent cb4aa2f13edd65ce82ea4b50fd7bc9acee26e635 Doc fix. diff -r cb4aa2f13edd -r f183be0dc237 src/keymap.c --- a/src/keymap.c Mon Jun 07 08:06:10 1993 +0000 +++ b/src/keymap.c Mon Jun 07 17:19:36 1993 +0000 @@ -854,7 +854,7 @@ "kSet key globally: \nCSet key %s to command: ", "Give KEY a global binding as COMMAND.\n\ COMMAND is a symbol naming an interactively-callable function.\n\ -KEY is a string representing a sequence of keystrokes.\n\ +KEY is a key sequence (a string or vector of characters or event types).\n\ Note that if KEY has a local binding in the current buffer\n\ that local binding will continue to shadow any global binding.") (keys, function) @@ -872,7 +872,7 @@ "kSet key locally: \nCSet key %s locally to command: ", "Give KEY a local binding as COMMAND.\n\ COMMAND is a symbol naming an interactively-callable function.\n\ -KEY is a string representing a sequence of keystrokes.\n\ +KEY is a key sequence (a string or vector of characters or event types).\n\ The binding goes in the current buffer's local map,\n\ which is shared with other buffers in the same major mode.") (keys, function)