diff lisp/emacs-lisp/easymenu.el @ 78474:88c9f4e4160e

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:15:45 +0000
parents 935157c0b596
children 78ee6fae0e41 e5a68f18fcb9
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el	Wed Aug 08 07:15:01 2007 +0000
+++ b/lisp/emacs-lisp/easymenu.el	Wed Aug 08 07:15:45 2007 +0000
@@ -539,7 +539,7 @@
     (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))