]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/easymenu.el
* eieio-opt.el (describe-class, describe-generic): Autoload trivia.
[gnu-emacs] / lisp / emacs-lisp / easymenu.el
index ac0853a0544043d897c2faa114ba9a49b60371b8..b3e54b415d8917f1e40f9c6c9c6f232e660db6b8 100644 (file)
@@ -1,7 +1,6 @@
 ;;; easymenu.el --- support the easymenu interface for defining a menu
 
-;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1996, 1998-2012 Free Software Foundation, Inc.
 
 ;; Keywords: emulations
 ;; Author: Richard Stallman <rms@gnu.org>
@@ -100,7 +99,7 @@ KEYS is expanded with `substitute-command-keys' before it is used.
 
 KEYS is nil, a string or a vector; nil or a keyboard equivalent to this
 menu item.
-This is a hint that will considerably speed up Emacs' first display of
+This is a hint that will considerably speed up Emacs's first display of
 a menu.  Use `:key-sequence nil' when you know that this menu item has no
 keyboard equivalent.