summaryrefslogtreecommitdiff
path: root/doc/lispref/processes.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-01-02 18:23:39 -0800
committerGlenn Morris <rgm@gnu.org>2013-01-02 18:23:39 -0800
commit75e78d1e904bde7eae13b78202f99081543701dc (patch)
tree7b1455321c79b24abb1db4a2d72a74ee02132936 /doc/lispref/processes.texi
parent5f1a964798c24580cac84995b3ad0adca5a2cb8e (diff)
downloademacs-75e78d1e904bde7eae13b78202f99081543701dc.tar.gz
Tweak some lispref line breaks
* doc/lispref/processes.texi (System Processes): * doc/lispref/syntax.texi (Syntax Table Functions): Tweak some line breaks.
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r--doc/lispref/processes.texi8
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.