diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-13 23:22:42 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-13 23:22:42 +0000 |
commit | f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6 (patch) | |
tree | bf9dc3ad53eadc3720ff6339fa9d81236581ea80 /lisp/emacs-lisp | |
parent | 6840d3505d26ba586cc8b9b07441299efd642050 (diff) | |
download | emacs-f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6.tar.gz emacs-f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6.tar.bz2 emacs-f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6.zip |
(easy-menu-define): Doc fixes.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 78ba1fe27bf..c9f1769ae14 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -65,7 +65,7 @@ It returns the remaining items of the displayed menu. :visible INCLUDE INCLUDE is an expression; this menu is only visible if this -expression has a non-nil value. `:include' is an alias for `:visible'. +expression has a non-nil value. `:included' is an alias for `:visible'. :active ENABLE @@ -110,10 +110,10 @@ keyboard equivalent. ENABLE is an expression; the item is enabled for selection whenever this expression's value is non-nil. - :included INCLUDE + :visible INCLUDE INCLUDE is an expression; this item is only visible if this -expression has a non-nil value. +expression has a non-nil value. `:included' is an alias for `:visible'. :suffix FORM |