diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:47:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:47:54 +0000 |
commit | 526a5cbc6daf767a08c4c539184fa0bbe79084a6 (patch) | |
tree | f747f2f917f0dfb6ca6cf52fa8d38729eb330466 /lisp/calendar | |
parent | 77339a6e24b71281a37c564cb604f62e17552248 (diff) | |
download | emacs-526a5cbc6daf767a08c4c539184fa0bbe79084a6.tar.gz |
(diary-name-pattern): Fix typo.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 3b0110278ba..2d16fe515ef 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -636,7 +636,7 @@ to run it every morning at 1am." (defun diary-name-pattern (string-array &optional fullname) - "Convert an STRING-ARRAY, an array of strings to a pattern. + "Convert a STRING-ARRAY, an array of strings to a pattern. The pattern will match any of the strings, either entirely or abbreviated to three characters. An abbreviated form will match with or without a period; If the optional FULLNAME is t, abbreviations will not match, just the full |