diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:17:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:17:12 +0000 |
commit | ab2d877d4515f7bb1de1a5b59d24c3d76903a802 (patch) | |
tree | b0db10d3fa0894617d6d3e2ac707e9f35a3005a4 /lisp/emacs-lisp/easymenu.el | |
parent | 314125ec3721de7081213968761f3bb60636bd04 (diff) | |
download | emacs-ab2d877d4515f7bb1de1a5b59d24c3d76903a802.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
-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 5d53a70531c..030e1bccbd4 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -539,7 +539,7 @@ earlier by `easy-menu-define' or `easy-menu-create-menu'." (easy-menu-do-add-item map item before))) (defun easy-menu-item-present-p (map path name) - "In submenu of MAP with path PATH, return non-nil iff item NAME is present. + "In submenu of MAP with path PATH, return non-nil if item NAME is present. MAP and PATH are defined as in `easy-menu-add-item'. NAME should be a string, the name of the element to be looked for." (easy-menu-return-item (easy-menu-get-map map path) name)) |