From: Noam Postavsky Date: Thu, 18 Apr 2019 00:22:09 +0000 (-0400) Subject: Document insert-image-file's return value (Bug#32978) X-Git-Tag: emacs-26.2.90~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=037970f;p=emacs.git Document insert-image-file's return value (Bug#32978) * lisp/image-file.el (insert-image-file): Document return value. --- diff --git a/lisp/image-file.el b/lisp/image-file.el index 46358b6eae7..123a50e1846 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -97,8 +97,9 @@ the variable is set using \\[customize]." ;;;###autoload (defun insert-image-file (file &optional visit beg end replace) "Insert the image file FILE into the current buffer. -Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for -the command `insert-file-contents'." +Optional arguments VISIT, BEG, END, and REPLACE are interpreted +as for the command `insert-file-contents'. Return list of +absolute file name and number of characters inserted." (let ((rval (image-file-call-underlying #'insert-file-contents-literally 'insert-file-contents