]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring fixes.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 22:31:44 +0000 (22:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 22:31:44 +0000 (22:31 +0000)
lisp/image-file.el

index a3a23efcc09908b513a3479f0bfb34d43249ffc0..0265f4b5ffac1bfc9b064e04c0567dbf6bc501b9 100644 (file)
@@ -56,7 +56,7 @@ variable is set using \\[customize]."
   :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 @@ variable is set using \\[customize]."
 
 ;;;###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 @@ the command `insert-file-contents'."
     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)