From: Stefan Kangas Date: Sun, 26 Dec 2021 16:25:31 +0000 (+0100) Subject: ; * lisp/subr.el (define-keymap): Fix typos. X-Git-Tag: emacs-29.0.90~3427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83e0acdf6e397eb2d340f3816d0991f2d6f05570;p=emacs.git ; * lisp/subr.el (define-keymap): Fix typos. --- diff --git a/lisp/subr.el b/lisp/subr.el index 9c07606100b..b77afaca944 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -6549,10 +6549,10 @@ not a list, return a one-element list containing OBJECT." form) (defun define-keymap (&rest definitions) - "Create a new keymap and define KEY/DEFEFINITION pairs as key sequences. + "Create a new keymap and define KEY/DEFINITION pairs as key sequences. The new keymap is returned. -Options can be given as keywords before the KEY/DEFEFINITION +Options can be given as keywords before the KEY/DEFINITION pairs. Available keywords are: :full If non-nil, create a chartable alist (see `make-keymap').