Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-save.el @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | ec9a17fef872 |
children | 05472e90ae02 |
comparison
equal
deleted
inserted
replaced
35:279432d5c479 | 36:c53a95d3c46d |
---|---|
499 (defun vm-print-message (count) | 499 (defun vm-print-message (count) |
500 "Print the current message | 500 "Print the current message |
501 Prefix arg N means print the current message and the next N - 1 messages. | 501 Prefix arg N means print the current message and the next N - 1 messages. |
502 Prefix arg -N means print the current message and the previous N - 1 messages. | 502 Prefix arg -N means print the current message and the previous N - 1 messages. |
503 | 503 |
504 The variables `vm-print-command' controls what command is run to | 504 The variable `vm-print-command' controls what command is run to |
505 print the message, and `vm-print-command-switches' is a list of switches | 505 print the message, and `vm-print-command-switches' is a list of switches |
506 to pass to the command. | 506 to pass to the command. |
507 | 507 |
508 When invoked on marked messages (via vm-next-command-uses-marks), | 508 When invoked on marked messages (via vm-next-command-uses-marks), |
509 each marked message is printed, one message per vm-print-command invocation. | 509 each marked message is printed, one message per vm-print-command invocation. |