diff options
| -rw-r--r-- | lisp/time.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/time.el b/lisp/time.el index a048c9780cb..e2c98910a3b 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -132,10 +132,10 @@ LABEL is a string to display as the label of that TIMEZONE's time." | |||
| 132 | (defcustom legacy-style-world-list | 132 | (defcustom legacy-style-world-list |
| 133 | '(("PST8PDT" "Seattle") | 133 | '(("PST8PDT" "Seattle") |
| 134 | ("EST5EDT" "New York") | 134 | ("EST5EDT" "New York") |
| 135 | ("BST0BDT" "London") | 135 | ("GMT0BST" "London") |
| 136 | ("CET-1CDT" "Paris") | 136 | ("CET-1CDT" "Paris") |
| 137 | ("IST-5:30IDT" "Bangalore") | 137 | ("IST-5:30" "Bangalore") |
| 138 | ("JST-9JDT" "Tokyo")) | 138 | ("JST-9" "Tokyo")) |
| 139 | "Alist of traditional-style time zones and places for `display-time-world'. | 139 | "Alist of traditional-style time zones and places for `display-time-world'. |
| 140 | Each element has the form (TIMEZONE LABEL). | 140 | Each element has the form (TIMEZONE LABEL). |
| 141 | TIMEZONE should be a string of the form: | 141 | TIMEZONE should be a string of the form: |