'.' -> `.' 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.
This commit is contained in:
parent
f5bdcb3221
commit
c7e69c404b
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ TIME should be one of:
|
|||
- a string giving today's time like \"11:23pm\"
|
||||
(the acceptable formats are HHMM, H:MM, HH:MM, HHam, HHAM,
|
||||
HHpm, HHPM, HH:MMam, HH:MMAM, HH:MMpm, or HH:MMPM;
|
||||
a period '.' can be used instead of a colon ':' to separate
|
||||
a period `.' can be used instead of a colon `:' to separate
|
||||
the hour and minute parts);
|
||||
- a string giving a relative time like \"90\" or \"2 hours 35 minutes\"
|
||||
(the acceptable forms are a number of seconds without units
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue