Improve easymenu.el Commentary section

* lisp/emacs-lisp/easymenu.el: Improve Commentary section.
This commit is contained in:
Stefan Kangas 2021-02-23 03:24:31 +01:00
parent efe42c2b63
commit 9202106a99

View 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.