From 71a79f755113aa9fc11315873c5038933ba7ac2a Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 9 Aug 2020 11:53:44 +0100 Subject: [PATCH] ; Fix typo in last change to calendar.el * lisp/calendar/calendar.el (calendar-use-numeric-time-zones): Fix typo in docstring. --- lisp/calendar/calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 9a6c78a50eb..0efb2bc6607 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1063,7 +1063,7 @@ calendar." (defcustom calendar-use-numeric-time-zones nil "If nil, use symbolic time zones like \"CET\" when displaying dates. -If non-nil, use numeric time zines like \"+0100\"." +If non-nil, use numeric time zones like \"+0100\"." :type 'boolean :version "28.1" :group 'calendar) -- 2.39.2