Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
27:0a3286277d9b | 28:1917ad0d78d7 |
---|---|
897 Normally input is edited in Emacs and sent a line at a time. | 897 Normally input is edited in Emacs and sent a line at a time. |
898 See also `\\[telnet]'." t nil) | 898 See also `\\[telnet]'." t nil) |
899 | 899 |
900 ;;;*** | 900 ;;;*** |
901 | 901 |
902 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "custom-edit" "custom/custom-edit.el") | 902 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") |
903 | 903 |
904 (autoload 'customize "custom-edit" "\ | 904 (autoload 'customize "cus-edit" "\ |
905 Customize SYMBOL, which must be a customization group." t nil) | 905 Customize SYMBOL, which must be a customization group." t nil) |
906 | 906 |
907 (autoload 'customize-variable "custom-edit" "\ | 907 (autoload 'customize-variable "cus-edit" "\ |
908 Customize SYMBOL, which must be a variable." t nil) | 908 Customize SYMBOL, which must be a variable." t nil) |
909 | 909 |
910 (autoload 'customize-face "custom-edit" "\ | 910 (autoload 'customize-face "cus-edit" "\ |
911 Customize SYMBOL, which should be a face name or nil. | 911 Customize SYMBOL, which should be a face name or nil. |
912 If SYMBOL is nil, customize all faces." t nil) | 912 If SYMBOL is nil, customize all faces." t nil) |
913 | 913 |
914 (autoload 'customize-customized "custom-edit" "\ | 914 (autoload 'customize-customized "cus-edit" "\ |
915 Customize all already customized user options." t nil) | 915 Customize all already customized user options." t nil) |
916 | 916 |
917 (autoload 'customize-apropos "custom-edit" "\ | 917 (autoload 'customize-apropos "cus-edit" "\ |
918 Customize all user options matching REGEXP. | 918 Customize all user options matching REGEXP. |
919 If ALL (e.g., started with a prefix key), include options which are not | 919 If ALL (e.g., started with a prefix key), include options which are not |
920 user-settable." t nil) | 920 user-settable." t nil) |
921 | 921 |
922 (autoload 'custom-buffer-create "custom-edit" "\ | 922 (autoload 'custom-buffer-create "cus-edit" "\ |
923 Create a buffer containing OPTIONS. | 923 Create a buffer containing OPTIONS. |
924 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | 924 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
925 SYMBOL is a customization option, and WIDGET is a widget for editing | 925 SYMBOL is a customization option, and WIDGET is a widget for editing |
926 that option." nil nil) | 926 that option." nil nil) |
927 | 927 |
928 (autoload 'custom-menu-update "custom-edit" "\ | 928 (autoload 'custom-menu-update "cus-edit" "\ |
929 Update customize menu." t nil) | 929 Update customize menu." t nil) |
930 | 930 |
931 (autoload 'custom-make-dependencies "custom-edit" "\ | 931 (autoload 'custom-make-dependencies "cus-edit" "\ |
932 Batch function to extract custom dependencies from .el files. | 932 Batch function to extract custom dependencies from .el files. |
933 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) | 933 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) |
934 | 934 |
935 ;;;*** | 935 ;;;*** |
936 | 936 |
937 ;;;### (autoloads (widget-browse-at) "widget-browse" "custom/widget-browse.el") | 937 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "custom/cus-face.el") |
938 | 938 |
939 (autoload 'widget-browse-at "widget-browse" "\ | 939 (autoload 'custom-declare-face "cus-face" "\ |
940 Like `defface', but FACE is evaluated as a normal argument." nil nil) | |
941 | |
942 (autoload 'custom-set-faces "cus-face" "\ | |
943 Initialize faces according to user preferences. | |
944 The arguments should be a list where each entry has the form: | |
945 | |
946 (FACE SPEC [NOW]) | |
947 | |
948 SPEC will be stored as the saved value for FACE. If NOW is present | |
949 and non-nil, FACE will also be created according to SPEC. | |
950 | |
951 See `defface' for the format of SPEC." nil nil) | |
952 | |
953 ;;;*** | |
954 | |
955 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") | |
956 | |
957 (autoload 'widget-browse-at "wid-browse" "\ | |
940 Browse the widget under point." t nil) | 958 Browse the widget under point." t nil) |
941 | 959 |
942 ;;;*** | 960 ;;;*** |
943 | 961 |
944 ;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el") | 962 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") |
945 | 963 |
946 (autoload 'widget-create "widget-edit" "\ | 964 (autoload 'widget-create "wid-edit" "\ |
947 Create widget of TYPE. | 965 Create widget of TYPE. |
948 The optional ARGS are additional keyword arguments." nil nil) | 966 The optional ARGS are additional keyword arguments." nil nil) |
949 | 967 |
950 (autoload 'widget-delete "widget-edit" "\ | 968 (autoload 'widget-delete "wid-edit" "\ |
951 Delete WIDGET." nil nil) | 969 Delete WIDGET." nil nil) |
952 | 970 |
953 ;;;*** | 971 ;;;*** |
954 | 972 |
955 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 973 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
1861 | 1879 |
1862 When you're sure a square does NOT contain a mine, you can hit it: | 1880 When you're sure a square does NOT contain a mine, you can hit it: |
1863 move the mouse over the square and press `\\[mine-mouse-hit]' or | 1881 move the mouse over the square and press `\\[mine-mouse-hit]' or |
1864 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'. | 1882 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'. |
1865 | 1883 |
1866 If the square is a mine, you loose. | 1884 If the square is a mine, you lose. |
1867 If the square isn't a mine, a number appears which represents | 1885 If the square isn't a mine, a number appears which represents |
1868 the number of mines in the surrounding eight squares. | 1886 the number of mines in the surrounding eight squares. |
1869 | 1887 |
1870 When you think a square DOES contain a mine, you can mark it: | 1888 When you think a square DOES contain a mine, you can mark it: |
1871 move the mouse over the square and press `\\[mine-mouse-mark]' or | 1889 move the mouse over the square and press `\\[mine-mouse-mark]' or |
3636 ;;;*** | 3654 ;;;*** |
3637 | 3655 |
3638 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3656 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3639 | 3657 |
3640 (autoload 'ksh-mode "ksh-mode" "\ | 3658 (autoload 'ksh-mode "ksh-mode" "\ |
3641 ksh-mode $Revision: 1.9 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3659 ksh-mode $Revision: 1.10 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3642 shell scripts. | 3660 shell scripts. |
3643 Special key bindings and commands: | 3661 Special key bindings and commands: |
3644 \\{ksh-mode-map} | 3662 \\{ksh-mode-map} |
3645 Variables controlling indentation style: | 3663 Variables controlling indentation style: |
3646 ksh-indent | 3664 ksh-indent |
4908 | 4926 |
4909 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4927 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4910 | 4928 |
4911 (autoload 'vhdl-mode "vhdl-mode" "\ | 4929 (autoload 'vhdl-mode "vhdl-mode" "\ |
4912 Major mode for editing VHDL code. | 4930 Major mode for editing VHDL code. |
4913 vhdl-mode $Revision: 1.9 $ | 4931 vhdl-mode $Revision: 1.10 $ |
4914 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4932 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4915 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4933 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4916 information already added. You just need to add a description of the | 4934 information already added. You just need to add a description of the |
4917 problem, including a reproducable test case and send the message. | 4935 problem, including a reproducable test case and send the message. |
4918 | 4936 |