comparison lisp/menubar-items.el @ 1275:57b76886836d

[xemacs-hg @ 2003-02-08 02:29:52 by ben] fixes to hyper-apropos, menubar-items, text-props, update-elc, lread.c; see log msg in lisp/ChangeLog
author ben
date Sat, 08 Feb 2003 02:29:55 +0000
parents 4a27df428c73
children 02909207294a
comparison
equal deleted inserted replaced
1274:2dcc22ec7640 1275:57b76886836d
1 ;;; menubar-items.el --- Menubar and popup-menu content for XEmacs. 1 ;;; menubar-items.el --- Menubar and popup-menu content for XEmacs.
2 2
3 ;; Copyright (C) 1991-1995, 1997-1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1991-1995, 1997-1998 Free Software Foundation, Inc.
4 ;; Copyright (C) 1995 Tinker Systems and INS Engineering Corp. 4 ;; Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
5 ;; Copyright (C) 1995 Sun Microsystems. 5 ;; Copyright (C) 1995 Sun Microsystems.
6 ;; Copyright (C) 1995, 1996, 2000, 2001, 2002 Ben Wing. 6 ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003 Ben Wing.
7 ;; Copyright (C) 1997 MORIOKA Tomohiko. 7 ;; Copyright (C) 1997 MORIOKA Tomohiko.
8 8
9 ;; Maintainer: XEmacs Development Team 9 ;; Maintainer: XEmacs Development Team
10 ;; Keywords: frames, extensions, internal, dumped 10 ;; Keywords: frames, extensions, internal, dumped
11 11
1606 ["%_Home Page (www.xemacs.org)" xemacs-www-page 1606 ["%_Home Page (www.xemacs.org)" xemacs-www-page
1607 :active (fboundp 'browse-url)] 1607 :active (fboundp 'browse-url)]
1608 ["What's %_New in XEmacs" view-emacs-news] 1608 ["What's %_New in XEmacs" view-emacs-news]
1609 "-----" 1609 "-----"
1610 ("%_Info (Online Docs)" 1610 ("%_Info (Online Docs)"
1611 ["Info Con%_tents" (Info-goto-node "(dir)")] 1611 ["%_Info Contents" (Info-goto-node "(dir)")]
1612 "-----" 1612 "-----"
1613 ["XEmacs %_User's Manual" (Info-goto-node "(XEmacs)")] 1613 ["XEmacs %_User's Manual" (Info-goto-node "(XEmacs)")]
1614 ["XEmacs %_Lisp Reference Manual" (Info-goto-node "(Lispref)")] 1614 ["XEmacs %_Lisp Reference Manual" (Info-goto-node "(Lispref)")]
1615 ["All About %_Packages" (Info-goto-node "(xemacs)Packages")] 1615 ["All About %_Packages" (Info-goto-node "(xemacs)Packages")]
1616 ["%_Getting Started with XEmacs" (Info-goto-node "(New-Users-Guide)")] 1616 ["%_Getting Started with XEmacs" (Info-goto-node "(New-Users-Guide)")]
1617 ["XEmacs In%_ternals Manual" (Info-goto-node "(Internals)")] 1617 ["%_XEmacs Internals Manual" (Info-goto-node "(Internals)")]
1618 ["%_How to Use Info" (Info-goto-node "(Info)")] 1618 ["%_How to Use Info" (Info-goto-node "(Info)")]
1619 "-----" 1619 "-----"
1620 ["Lookup %_Key Sequence in User's Manual..." 1620 ["Lookup %_Key Sequence in User's Manual..."
1621 Info-goto-emacs-key-command-node] 1621 Info-goto-emacs-key-command-node]
1622 ["Lookup %_Command in User's Manual..." Info-goto-emacs-command-node] 1622 ["Lookup %_Command in User's Manual..." Info-goto-emacs-command-node]
1623 ["Lookup %_Function in Lisp Reference..." Info-elisp-ref] 1623 ["Lookup %_Function in Lisp Reference..." Info-elisp-ref]
1624 "-----" 1624 "-----"
1625 ["Search %_Index in User's Manual/Lispref..." 1625 ["Find %_Topic in User's Manual/Lispref..."
1626 Info-search-index-in-xemacs-and-lispref] 1626 Info-search-index-in-xemacs-and-lispref]
1627 ["%_Search Text in User's Manual..." Info-search-text-in-xemacs] 1627 ["%_Search Text in User's Manual..." Info-search-text-in-xemacs]
1628 ["S%_earch Text in Lisp Reference..." 1628 ["S%_earch Text in Lisp Reference..."
1629 Info-search-text-in-lispref] 1629 Info-search-text-in-lispref]
1630 ) 1630 )