Mercurial > emacs
changeset 32185:f7460e78c02a
Docstring fixes.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Oct 2000 22:31:44 +0000 |
parents | ab059a552fa2 |
children | 964f10494360 |
files | lisp/image-file.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)