]> git.eshelyaron.com Git - emacs.git/commitdiff
* mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:18:54 +0000 (12:18 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:18:54 +0000 (12:18 -0500)
lisp/ChangeLog
lisp/mouse.el

index c4450a4eea6c77bc1ddaf0859fb118709c0079c4..c35e3db23e608161122c16fdd3fa5e8cd0aa2b77 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
+
 2011-01-28  Kenichi Handa  <handa@m17n.org>
 
        * international/quail.el (quail-keyboard-layout-alist): Remove
index 2e02448e0fb61559ad2772c49781530247406f8b..bed4776c13590a4bfb0d7acaa8f13b0413282844 100644 (file)
@@ -198,9 +198,9 @@ items `Turn Off' and `Help'."
     newmap))
 
 (defun mouse-menu-non-singleton (menubar)
-  "Given menu keymap,
-if it defines exactly one submenu, return just that submenu.
-Otherwise return the whole menu."
+  "Return menu keybar MENUBAR, or a lone submenu inside it.
+If MENUBAR defines exactly one submenu, return just that submenu.
+Otherwise, return MENUBAR."
   (if menubar
       (let (submap)
         (map-keymap