]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in last change to calendar.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 Aug 2020 10:53:44 +0000 (11:53 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 Aug 2020 11:08:59 +0000 (12:08 +0100)
* lisp/calendar/calendar.el (calendar-use-numeric-time-zones): Fix
typo in docstring.

lisp/calendar/calendar.el

index 9a6c78a50eb5a9628e4b1613e58d05e22864f506..0efb2bc66078e37c60e8b3f822170c707f68604c 100644 (file)
@@ -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)