diff options
| author | Paul Eggert | 2013-05-16 21:09:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-05-16 21:09:16 -0700 |
| commit | dc5dcb4bc598fa54dcd05becac2f04fcd03e8fcc (patch) | |
| tree | 90ab6d6b1dd662079135e5064d0cc77f4246d8ba /lisp/ChangeLog | |
| parent | 1db165f042ce2cf467013e314c81ecd16d7aa2c9 (diff) | |
| download | emacs-dc5dcb4bc598fa54dcd05becac2f04fcd03e8fcc.tar.gz emacs-dc5dcb4bc598fa54dcd05becac2f04fcd03e8fcc.zip | |
Doc string fix for "nanoseconds".
* emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
Fix doc string typo that had "nanoseconds" instead of "microseconds".
Fixes: debbugs:14406
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 531ef52a996..c4e5390267b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-05-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Doc string fix for "nanoseconds" (Bug#14406). | ||
| 4 | * emacs-lisp/timer.el (timer-relative-time, timer-inc-time): | ||
| 5 | Fix doc string typo that had "nanoseconds" instead of "microseconds". | ||
| 6 | |||
| 1 | 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com> | 7 | 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 8 | ||
| 3 | * calc/calc-units.el (math-extract-units): Preserve powers | 9 | * calc/calc-units.el (math-extract-units): Preserve powers |