summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-08 20:50:45 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-08 20:50:45 +0000
commit31e196f4c8a64073c75aa3ea8b7473028f8e9a76 (patch)
tree5216af834f1281f6227cf2ae6f827750aafc35f1
parentda221773d4065ea842eb918f4afd169aca0c16a9 (diff)
downloademacs-31e196f4c8a64073c75aa3ea8b7473028f8e9a76.tar.gz
(mail-directory-parser): Fix previous change.
-rw-r--r--lisp/mail/mailalias.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el
index f30402f7c9e..fb62673ef7e 100644
--- a/lisp/mail/mailalias.el
+++ b/lisp/mail/mailalias.el
@@ -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)