# HG changeset patch # User Stefan Monnier # Date 970785104 0 # Node ID f7460e78c02a2a69951767271dd86f5b99515e6d # Parent ab059a552fa2f1da988e173cc3f685097d9ad312 Docstring fixes. diff -r ab059a552fa2 -r f7460e78c02a lisp/image-file.el --- a/lisp/image-file.el Thu Oct 05 22:28:23 2000 +0000 +++ b/lisp/image-file.el Thu Oct 05 22:31:44 2000 +0000 @@ -56,7 +56,7 @@ :group 'image) (defcustom image-file-name-regexps nil - "*A list of regexps matching image-file filenames. + "*List of regexps matching image-file filenames. Filenames matching one of these regexps are considered image files, in addition to those with an extension in `image-file-name-extensions'. @@ -76,7 +76,7 @@ ;;;###autoload (defun image-file-name-regexp () - "Return a regular expression that matches image-file filenames." + "Return a regular expression matching image-file filenames." (let ((exts-regexp (and image-file-name-extensions (concat "\\." @@ -150,7 +150,7 @@ rval)) (defun image-file-handler (operation &rest args) - "File name handler for inserting image files. + "Filename handler for inserting image files. OPERATION is the operation to perform, on ARGS. See `file-name-handler-alist' for details." (if (and (eq operation 'insert-file-contents)