]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calendar/todo-mode.el (todo-print-buffer-function): Rework docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jul 2017 04:09:17 +0000 (00:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jul 2017 04:09:17 +0000 (00:09 -0400)
lisp/calendar/todo-mode.el

index b89c1c2bbd57394bd3f35ecf5413ea9f9c687644..1cb01e1ed9e36af6ef03cf0cf86d1f0bafadc5dd 100644 (file)
@@ -4527,11 +4527,9 @@ If the file already exists, overwrite it only on confirmation."
 
 (defcustom todo-print-buffer-function #'ps-print-buffer-with-faces
   "Function called by `todo-print-buffer' to print Todo mode buffers.
-The function should take an optional argument whose non-nil value
-is a string naming a file to save the print image to; calling
-`todo-print-buffer-to-file' prompts for the file name, which is
-passed to this function.  Calling this function with no or a nil
-argument sends the image to the printer."
+Called with one argument which can either be:
+- a string, naming a file to save the print image to.
+- nil, to send the image to the printer."
   :type 'symbol
   :group 'todo)