From 9ed287b0418165f173eabde165b1da3ff75442c3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Apr 1994 07:18:20 +0000 Subject: [PATCH] (define-key-after): Doc fix. --- lisp/subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index 50321c3d666..2b4a3eda1e2 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -217,8 +217,8 @@ This is like `define-key' except that the binding for KEY is placed just after the binding for the event AFTER, instead of at the beginning of the map. The order matters when the keymap is used as a menu. -KEY must contain just one event type--it must be a string or vector -of length 1." +KEY must contain just one event type--that is to say, it must be +a string or vector of length 1." (or (keymapp keymap) (signal 'wrong-type-argument (list 'keymapp keymap))) (if (> (length key) 1) -- 2.39.5