Mercurial > hg > xemacs-beta
comparison lisp/menubar-items.el @ 304:c6de09ad3017 r21-0b50
Import from CVS: tag r21-0b50
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:41:12 +0200 |
parents | 70ad99077275 |
children | 341dac730539 |
comparison
equal
deleted
inserted
replaced
303:d02ffe1d75ed | 304:c6de09ad3017 |
---|---|
896 ("XEmacs FAQ" | 896 ("XEmacs FAQ" |
897 ["FAQ (local)" xemacs-local-faq] | 897 ["FAQ (local)" xemacs-local-faq] |
898 ["FAQ via WWW" xemacs-www-faq (boundp 'browse-url-browser-function)] | 898 ["FAQ via WWW" xemacs-www-faq (boundp 'browse-url-browser-function)] |
899 ["Home Page" xemacs-www-page (boundp 'browse-url-browser-function)]) | 899 ["Home Page" xemacs-www-page (boundp 'browse-url-browser-function)]) |
900 ("Samples" | 900 ("Samples" |
901 ["Sample .emacs" (find-file (expand-file-name "sample.emacs" | 901 ["Sample .emacs" (find-file (locate-data-file "sample.emacs")) (locate-data-file "sample.emacs")] |
902 data-directory))] | 902 ["Sample .Xdefaults" (find-file (locate-data-file "sample.Xdefaults")) (locate-data-file "sample.Xdefaults")] |
903 ["Sample .Xdefaults" (find-file (expand-file-name "sample.Xdefaults" | 903 ["Sample enriched" (find-file (locate-data-file "enriched.doc")) (locate-data-file "enriched.doc")]) |
904 data-directory))] | |
905 ["Sample enriched" (find-file (expand-file-name "enriched.doc" | |
906 data-directory))]) | |
907 "-----" | 904 "-----" |
908 ("Lookup in Info" | 905 ("Lookup in Info" |
909 ["Key Binding..." Info-goto-emacs-key-command-node] | 906 ["Key Binding..." Info-goto-emacs-key-command-node] |
910 ["Command..." Info-goto-emacs-command-node] | 907 ["Command..." Info-goto-emacs-command-node] |
911 ["Function..." Info-elisp-ref] | 908 ["Function..." Info-elisp-ref] |