diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-23 03:24:31 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-23 03:24:39 +0100 |
commit | 9202106a990d3e82d41ae831fd28419ab55f3cab (patch) | |
tree | 6c13b39cfe831373db20d7a9fc1b2f672d4d7869 /lisp/emacs-lisp | |
parent | efe42c2b63de8ef5da3e6cb5f576fb5f6eea0281 (diff) | |
download | emacs-9202106a990d3e82d41ae831fd28419ab55f3cab.tar.gz emacs-9202106a990d3e82d41ae831fd28419ab55f3cab.tar.bz2 emacs-9202106a990d3e82d41ae831fd28419ab55f3cab.zip |
Improve easymenu.el Commentary section
* lisp/emacs-lisp/easymenu.el: Improve Commentary section.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 3 |
1 files changed, 3 insertions, 0 deletions
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. |