diff lisp/help.el @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents afd57c14dfc8
children 1d62742628b6
line wrap: on
line diff
--- a/lisp/help.el	Mon Aug 13 10:57:07 2007 +0200
+++ b/lisp/help.el	Mon Aug 13 10:57:55 2007 +0200
@@ -306,7 +306,7 @@
 Like `key-binding', but handles menu events and toolbar presses correctly.
 KEY is any value returned by `next-command-event'.
 MENU-FLAG is a symbol that should be set to T if KEY is a menu event,
- or NIL otherwise"
+ or nil otherwise"
   (let (defn)
     (and menu-flag (set menu-flag nil))
     ;; If the key typed was really a menu selection, grab the form out