diff options
| author | Stefan Monnier | 2017-07-27 00:09:17 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2017-07-27 00:09:17 -0400 |
| commit | 27badfeaa789a4e99f94253d894dde18dafa0798 (patch) | |
| tree | e17f0da6d59153dbfe1a07bbcd235bbac8f6ca62 | |
| parent | 9c00d63d1a12894e49671a8884c1c0dbdeef961e (diff) | |
| download | emacs-27badfeaa789a4e99f94253d894dde18dafa0798.tar.gz emacs-27badfeaa789a4e99f94253d894dde18dafa0798.zip | |
* lisp/calendar/todo-mode.el (todo-print-buffer-function): Rework docstring.
| -rw-r--r-- | lisp/calendar/todo-mode.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index b89c1c2bbd5..1cb01e1ed9e 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -4527,11 +4527,9 @@ If the file already exists, overwrite it only on confirmation." | |||
| 4527 | 4527 | ||
| 4528 | (defcustom todo-print-buffer-function #'ps-print-buffer-with-faces | 4528 | (defcustom todo-print-buffer-function #'ps-print-buffer-with-faces |
| 4529 | "Function called by `todo-print-buffer' to print Todo mode buffers. | 4529 | "Function called by `todo-print-buffer' to print Todo mode buffers. |
| 4530 | The function should take an optional argument whose non-nil value | 4530 | Called with one argument which can either be: |
| 4531 | is a string naming a file to save the print image to; calling | 4531 | - a string, naming a file to save the print image to. |
| 4532 | `todo-print-buffer-to-file' prompts for the file name, which is | 4532 | - nil, to send the image to the printer." |
| 4533 | passed to this function. Calling this function with no or a nil | ||
| 4534 | argument sends the image to the printer." | ||
| 4535 | :type 'symbol | 4533 | :type 'symbol |
| 4536 | :group 'todo) | 4534 | :group 'todo) |
| 4537 | 4535 | ||