diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:16:13 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:16:13 +0000 |
commit | 41e6ca7a0c1fe0bb81d3eb296fa333f4e12a368e (patch) | |
tree | f1ceb0bb9ccbe743b380b52bb41e6f5de9e7da91 /lisp/emacs-lisp | |
parent | 9eabb7d50c668d2b39b389a27390d26b3086e1c9 (diff) | |
download | emacs-41e6ca7a0c1fe0bb81d3eb296fa333f4e12a368e.tar.gz emacs-41e6ca7a0c1fe0bb81d3eb296fa333f4e12a368e.tar.bz2 emacs-41e6ca7a0c1fe0bb81d3eb296fa333f4e12a368e.zip |
(easy-menu-define): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 8768afd3b9a..df1f9e2530b 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -67,7 +67,7 @@ whenever this expression's value is non-nil. NAME is a string; the name of an argument to CALLBACK. - :style + :style STYLE STYLE is a symbol describing the type of menu item. The following are defined: |