Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 88:821dec489c24 r20-0
Import from CVS: tag r20-0
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:59 +0200 |
parents | 364816949b59 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
87:7df2982f5c17 | 88:821dec489c24 |
---|---|
3657 ;;;*** | 3657 ;;;*** |
3658 | 3658 |
3659 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3659 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3660 | 3660 |
3661 (autoload 'ksh-mode "ksh-mode" "\ | 3661 (autoload 'ksh-mode "ksh-mode" "\ |
3662 ksh-mode $Revision: 1.6 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3662 ksh-mode $Revision: 1.7 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3663 shell scripts. | 3663 shell scripts. |
3664 Special key bindings and commands: | 3664 Special key bindings and commands: |
3665 \\{ksh-mode-map} | 3665 \\{ksh-mode-map} |
3666 Variables controlling indentation style: | 3666 Variables controlling indentation style: |
3667 ksh-indent | 3667 ksh-indent |
4955 | 4955 |
4956 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4956 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4957 | 4957 |
4958 (autoload 'vhdl-mode "vhdl-mode" "\ | 4958 (autoload 'vhdl-mode "vhdl-mode" "\ |
4959 Major mode for editing VHDL code. | 4959 Major mode for editing VHDL code. |
4960 vhdl-mode $Revision: 1.6 $ | 4960 vhdl-mode $Revision: 1.7 $ |
4961 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4961 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4962 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4962 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4963 information already added. You just need to add a description of the | 4963 information already added. You just need to add a description of the |
4964 problem, including a reproducable test case and send the message. | 4964 problem, including a reproducable test case and send the message. |
4965 | 4965 |
7094 is nil, send the image to the printer. If FILENAME is a string, save | 7094 is nil, send the image to the printer. If FILENAME is a string, save |
7095 the PostScript image in a file with that name. If FILENAME is a | 7095 the PostScript image in a file with that name. If FILENAME is a |
7096 number, prompt the user for the name of the file to save in." t nil) | 7096 number, prompt the user for the name of the file to save in." t nil) |
7097 | 7097 |
7098 (autoload 'ps-line-lengths "ps-print" "\ | 7098 (autoload 'ps-line-lengths "ps-print" "\ |
7099 *Display the correspondance between a line length and a font size, | 7099 *Display the correspondence between a line length and a font size, |
7100 using the current ps-print setup. | 7100 using the current ps-print setup. |
7101 Try: pr -t file | awk '{printf \"%3d %s | 7101 Try: pr -t file | awk '{printf \"%3d %s |
7102 \", length($0), $0}' | sort -r | head" t nil) | 7102 \", length($0), $0}' | sort -r | head" t nil) |
7103 | 7103 |
7104 (autoload 'ps-nb-pages-buffer "ps-print" "\ | 7104 (autoload 'ps-nb-pages-buffer "ps-print" "\ |
7105 *Display an approximate correspondance between a font size and the number | 7105 *Display an approximate correspondence between a font size and the number |
7106 of pages the current buffer would require to print | 7106 of pages the current buffer would require to print |
7107 using the current ps-print setup." t nil) | 7107 using the current ps-print setup." t nil) |
7108 | 7108 |
7109 (autoload 'ps-nb-pages-region "ps-print" "\ | 7109 (autoload 'ps-nb-pages-region "ps-print" "\ |
7110 *Display an approximate correspondance between a font size and the number | 7110 *Display an approximate correspondence between a font size and the number |
7111 of pages the current region would require to print | 7111 of pages the current region would require to print |
7112 using the current ps-print setup." t nil) | 7112 using the current ps-print setup." t nil) |
7113 | 7113 |
7114 (autoload 'ps-setup "ps-print" "\ | 7114 (autoload 'ps-setup "ps-print" "\ |
7115 *Return the current setup" nil nil) | 7115 *Return the current setup" nil nil) |