comparison lisp/calendar/diary-lib.el @ 47922:afefa409b756

(diary-name-pattern): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:47:54 +0000
parents 88f34e3227e6
children 67f6a633fe52
comparison
equal deleted inserted replaced
47921:d69da0fafe03 47922:afefa409b756
634 (insert text) 634 (insert text)
635 (funcall (get mail-user-agent 'sendfunc)))) 635 (funcall (get mail-user-agent 'sendfunc))))
636 636
637 637
638 (defun diary-name-pattern (string-array &optional fullname) 638 (defun diary-name-pattern (string-array &optional fullname)
639 "Convert an STRING-ARRAY, an array of strings to a pattern. 639 "Convert a STRING-ARRAY, an array of strings to a pattern.
640 The pattern will match any of the strings, either entirely or abbreviated 640 The pattern will match any of the strings, either entirely or abbreviated
641 to three characters. An abbreviated form will match with or without a period; 641 to three characters. An abbreviated form will match with or without a period;
642 If the optional FULLNAME is t, abbreviations will not match, just the full 642 If the optional FULLNAME is t, abbreviations will not match, just the full
643 name." 643 name."
644 (let ((pattern "")) 644 (let ((pattern ""))