/[emacs]/emacs/lisp/menu-bar.el
ViewVC logotype

Diff of /emacs/lisp/menu-bar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.228 by monnier, Wed Sep 11 21:56:50 2002 UTC revision 1.229 by rms, Sun Sep 15 20:51:20 2002 UTC
# Line 557  FNAME is the minor mode's name (variable Line 557  FNAME is the minor mode's name (variable
557  DOC is the text to use the menu entry.  DOC is the text to use the menu entry.
558  HELP is the text to use for the tooltip.  HELP is the text to use for the tooltip.
559  PROPS are additional properties."  PROPS are additional properties."
560    `'(menu-item ,doc ',fname    `'(menu-item ,doc ,fname
561       ,@(if props props)       ,@(if props props)
562       :help ,help       :help ,help
563       :button (:toggle . (and (default-boundp ',fname)       :button (:toggle . (and (default-boundp ',fname)

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26