diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-02 18:37:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-02 18:37:57 -0800 |
commit | 0a8bf3afca415fec94742cf830622b22f186062c (patch) | |
tree | 7ca943a0622ea184e1a9dc97d31509d063e138b5 /doc/lispref/processes.texi | |
parent | 2036b4b8e075479ea5333689e299183b9c2f3ebb (diff) | |
parent | 75e78d1e904bde7eae13b78202f99081543701dc (diff) | |
download | emacs-0a8bf3afca415fec94742cf830622b22f186062c.tar.gz |
Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r-- | doc/lispref/processes.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index a5a0ec62beb..50710e23234 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -1804,12 +1804,12 @@ The number of threads in the process. @item start The time when the process was started, in the same -@w{@code{(@var{high} @var{low} @var{microsec} @var{picosec})}} format used by -@code{current-time} and by @code{file-attributes}. +@code{(@var{high} @var{low} @var{microsec} @var{picosec})} format used by +@code{file-attributes} and @code{current-time}. @item etime -The time elapsed since the process started, in the @w{@code{(@var{high} -@var{low} @var{microsec} @var{picosec})}} format. +The time elapsed since the process started, in the format @code{(@var{high} +@var{low} @var{microsec} @var{picosec})}. @item vsize The virtual memory size of the process, measured in kilobytes. |