emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111123: Tweak some lispref line b


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111123: Tweak some lispref line breaks
Date: Wed, 02 Jan 2013 18:23:39 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111123
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2013-01-02 18:23:39 -0800
message:
  Tweak some lispref line breaks
  
  * doc/lispref/processes.texi (System Processes):
  * doc/lispref/syntax.texi (Syntax Table Functions):
  Tweak some line breaks.
modified:
  doc/lispref/ChangeLog
  doc/lispref/processes.texi
  doc/lispref/syntax.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-01-03 02:15:57 +0000
+++ b/doc/lispref/ChangeLog     2013-01-03 02:23:39 +0000
@@ -1,5 +1,8 @@
 2013-01-03  Glenn Morris  <address@hidden>
 
+       * processes.texi (System Processes):
+       * syntax.texi (Syntax Table Functions): Tweak some line breaks.
+
        * searching.texi (Replacing Match): Fix xref.
 
        * elisp.texi (DATE): Bump to Jan 2013.

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2013-01-01 09:11:05 +0000
+++ b/doc/lispref/processes.texi        2013-01-03 02:23:39 +0000
@@ -1804,12 +1804,12 @@
 
 @item start
 The time when the process was started, in the same
address@hidden@code{(@var{high} @var{low} @var{microsec} @var{picosec})}} 
format used by
address@hidden and by @code{file-attributes}.
address@hidden(@var{high} @var{low} @var{microsec} @var{picosec})} format used 
by
address@hidden and @code{current-time}.
 
 @item etime
-The time elapsed since the process started, in the @address@hidden(@var{high}
address@hidden @var{microsec} @var{picosec})}} format.
+The time elapsed since the process started, in the format @code{(@var{high}
address@hidden @var{microsec} @var{picosec})}.
 
 @item vsize
 The virtual memory size of the process, measured in kilobytes.

=== modified file 'doc/lispref/syntax.texi'
--- a/doc/lispref/syntax.texi   2013-01-01 09:11:05 +0000
+++ b/doc/lispref/syntax.texi   2013-01-03 02:23:39 +0000
@@ -478,17 +478,17 @@
 @end group
 
 @group
-;; Forward slash characters have punctuation syntax.  Note that this
-;; @code{char-syntax} call does not reveal that it is also part of
-;; comment-start and -end sequences.
+;; Forward slash characters have punctuation syntax.
+;; Note that this @code{char-syntax} call does not reveal
+;; that it is also part of comment-start and -end sequences.
 (string (char-syntax ?/))
      @result{} "."
 @end group
 
 @group
-;; Open parenthesis characters have open parenthesis syntax.  Note
-;; that this @code{char-syntax} call does not reveal that it has a
-;; matching character, @samp{)}.
+;; Open parenthesis characters have open parenthesis syntax.
+;; Note that this @code{char-syntax} call does not reveal that
+;; it has a matching character, @samp{)}.
 (string (char-syntax ?\())
      @result{} "("
 @end group


reply via email to

[Prev in Thread] Current Thread [Next in Thread]