emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easymenu.el, v [EMACS_22_


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easymenu.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:15:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:15:46

Index: easymenu.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/easymenu.el,v
retrieving revision 1.83.2.1
retrieving revision 1.83.2.2
diff -u -b -r1.83.2.1 -r1.83.2.2
--- easymenu.el 25 Jul 2007 04:09:46 -0000      1.83.2.1
+++ easymenu.el 8 Aug 2007 07:15:44 -0000       1.83.2.2
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]