emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 71a79f7: ; Fix typo in last change to calendar.el


From: Basil L. Contovounesios
Subject: master 71a79f7: ; Fix typo in last change to calendar.el
Date: Sun, 9 Aug 2020 07:09:58 -0400 (EDT)

branch: master
commit 71a79f755113aa9fc11315873c5038933ba7ac2a
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; 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 9a6c78a..0efb2bc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]