aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-13 23:22:42 +0000
committerNick Roberts2005-05-13 23:22:42 +0000
commitf964fa513ccfe7b943d8cfc5bbf73b802d4eebd6 (patch)
treebf9dc3ad53eadc3720ff6339fa9d81236581ea80
parent6840d3505d26ba586cc8b9b07441299efd642050 (diff)
downloademacs-f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6.tar.gz
emacs-f964fa513ccfe7b943d8cfc5bbf73b802d4eebd6.zip
(easy-menu-define): Doc fixes.
-rw-r--r--lisp/emacs-lisp/easymenu.el6
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.
65 :visible INCLUDE 65 :visible INCLUDE
66 66
67INCLUDE is an expression; this menu is only visible if this 67INCLUDE is an expression; this menu is only visible if this
68expression has a non-nil value. `:include' is an alias for `:visible'. 68expression has a non-nil value. `:included' is an alias for `:visible'.
69 69
70 :active ENABLE 70 :active ENABLE
71 71
@@ -110,10 +110,10 @@ keyboard equivalent.
110ENABLE is an expression; the item is enabled for selection 110ENABLE is an expression; the item is enabled for selection
111whenever this expression's value is non-nil. 111whenever this expression's value is non-nil.
112 112
113 :included INCLUDE 113 :visible INCLUDE
114 114
115INCLUDE is an expression; this item is only visible if this 115INCLUDE is an expression; this item is only visible if this
116expression has a non-nil value. 116expression has a non-nil value. `:included' is an alias for `:visible'.
117 117
118 :suffix FORM 118 :suffix FORM
119 119