]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve easymenu.el Commentary section
authorStefan Kangas <stefan@marxist.se>
Tue, 23 Feb 2021 02:24:31 +0000 (03:24 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 23 Feb 2021 02:24:39 +0000 (03:24 +0100)
* lisp/emacs-lisp/easymenu.el: Improve Commentary section.

lisp/emacs-lisp/easymenu.el

index 39b3193b2f4b2d8074c8246addfee6a3167897f8..bcd5cfd99b641de18b1c034f3f5ecc8a9ea9f0ca 100644 (file)
@@ -23,6 +23,9 @@
 
 ;;; Commentary:
 
+;; The `easy-menu-define' macro provides a convenient way to define
+;; pop-up menus and/or menu bar menus.
+;;
 ;; This is compatible with easymenu.el by Per Abrahamsen
 ;; but it is much simpler as it doesn't try to support other Emacs versions.
 ;; The code was mostly derived from lmenu.el.