(mail-directory-parser): Fix previous change.
This commit is contained in:
parent
cd63e73b03
commit
94955307b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue