[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 9202106 1/2: Improve easymenu.el Commentary section
From: |
Stefan Kangas |
Subject: |
master 9202106 1/2: Improve easymenu.el Commentary section |
Date: |
Mon, 22 Feb 2021 21:52:33 -0500 (EST) |
branch: master
commit 9202106a990d3e82d41ae831fd28419ab55f3cab
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
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 39b3193..bcd5cfd 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.