]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefine_key): Minor doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2007 16:53:57 +0000 (16:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2007 16:53:57 +0000 (16:53 +0000)
src/keymap.c

index 547f7a10e69187062801a6a990383cda8d228026..c61f5f343834d7d0744c9507317ffcc48110cc10 100644 (file)
@@ -1125,8 +1125,8 @@ DEF is anything that can be a key's definition:
  a cons (STRING . DEFN), meaning that DEFN is the definition
     (DEFN should be a valid definition in its own right),
  or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP,
- or an extended menu item definition. (See info node
-`(elisp)Extended Menu Items'.)
+ or an extended menu item definition.
+ (See info node `(elisp)Extended Menu Items'.)
 
 If KEYMAP is a sparse keymap with a binding for KEY, the existing
 binding is altered.  If there is no binding for KEY, the new pair