diff options
| author | Paul Eggert | 2015-09-20 09:45:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-20 09:46:14 -0700 |
| commit | c7e69c404be9d7611ffb00ea027fed90c0667fec (patch) | |
| tree | f4eda02208a4945ca4cc7368c35cbaa291d531ff | |
| parent | f5bdcb3221ba28326b47210773d84c49cc9b4a1e (diff) | |
| download | emacs-c7e69c404be9d7611ffb00ea027fed90c0667fec.tar.gz emacs-c7e69c404be9d7611ffb00ea027fed90c0667fec.zip | |
'.' -> `.' in doc string
* lisp/emacs-lisp/timer.el (run-at-time): In doc string, quote
individual chars with grave quotes instead of straight quotes, as
this works better when they are translated to curved quotes.
| -rw-r--r-- | lisp/emacs-lisp/timer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 2aca26cf166..c9e3fbe4f7d 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el | |||
| @@ -350,7 +350,7 @@ TIME should be one of: | |||
| 350 | - a string giving today's time like \"11:23pm\" | 350 | - a string giving today's time like \"11:23pm\" |
| 351 | (the acceptable formats are HHMM, H:MM, HH:MM, HHam, HHAM, | 351 | (the acceptable formats are HHMM, H:MM, HH:MM, HHam, HHAM, |
| 352 | HHpm, HHPM, HH:MMam, HH:MMAM, HH:MMpm, or HH:MMPM; | 352 | HHpm, HHPM, HH:MMam, HH:MMAM, HH:MMpm, or HH:MMPM; |
| 353 | a period '.' can be used instead of a colon ':' to separate | 353 | a period `.' can be used instead of a colon `:' to separate |
| 354 | the hour and minute parts); | 354 | the hour and minute parts); |
| 355 | - a string giving a relative time like \"90\" or \"2 hours 35 minutes\" | 355 | - a string giving a relative time like \"90\" or \"2 hours 35 minutes\" |
| 356 | (the acceptable forms are a number of seconds without units | 356 | (the acceptable forms are a number of seconds without units |