From 9202106a990d3e82d41ae831fd28419ab55f3cab Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 23 Feb 2021 03:24:31 +0100 Subject: [PATCH] Improve easymenu.el Commentary section * lisp/emacs-lisp/easymenu.el: Improve Commentary section. --- lisp/emacs-lisp/easymenu.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 39b3193b2f4..bcd5cfd99b6 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -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. -- 2.39.2