diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/calendar | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/holidays.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 8e2a6c96551..4ba49a9acb1 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -399,7 +399,7 @@ use instead of point." | |||
| 399 | (defun holidays (&optional arg) | 399 | (defun holidays (&optional arg) |
| 400 | "Display the holidays for last month, this month, and next month. | 400 | "Display the holidays for last month, this month, and next month. |
| 401 | If called with an optional prefix argument ARG, prompts for month and year. | 401 | If called with an optional prefix argument ARG, prompts for month and year. |
| 402 | This function is suitable for execution in a init file." | 402 | This function is suitable for execution in an init file." |
| 403 | (interactive "P") | 403 | (interactive "P") |
| 404 | (save-excursion | 404 | (save-excursion |
| 405 | (let* ((completion-ignore-case t) | 405 | (let* ((completion-ignore-case t) |