]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-directory-parser): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Jun 1997 20:50:45 +0000 (20:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Jun 1997 20:50:45 +0000 (20:50 +0000)
lisp/mail/mailalias.el

index f30402f7c9e8a0c16c8113eada74f8177f19d7eb..fb62673ef7e1c801fd04558a4a3c9e0856eb56d7 100644 (file)
@@ -134,7 +134,7 @@ Three types of values are possible:
   - nil means to gather each line as one name
   - regexp means first \\(grouping\\) in successive matches is name
   - function called at beginning of buffer that returns an alist of names"
-  :type '(choice (cosnt nil) regexp function)
+  :type '(choice (const nil) regexp function)
   :group 'mailalias)
 (put 'mail-directory-parser 'risky-local-variable t)