projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5477070
)
; Fix typo in last change to calendar.el
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 9 Aug 2020 10:53:44 +0000
(11:53 +0100)
committer
Basil 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
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 9a6c78a50eb5a9628e4b1613e58d05e22864f506..0efb2bc66078e37c60e8b3f822170c707f68604c 100644
(file)
--- 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 z
i
nes like \"+0100\"."
+If non-nil, use numeric time z
o
nes like \"+0100\"."
:type 'boolean
:version "28.1"
:group 'calendar)