From: Basil L. Contovounesios Date: Sun, 9 Aug 2020 10:53:44 +0000 (+0100) Subject: ; Fix typo in last change to calendar.el X-Git-Tag: emacs-28.0.90~6733 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71a79f755113aa9fc11315873c5038933ba7ac2a;p=emacs.git ; Fix typo in last change to calendar.el * lisp/calendar/calendar.el (calendar-use-numeric-time-zones): Fix typo in docstring. --- 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)