emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114532: Minor doc fixes.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114532: Minor doc fixes.
Date: Sat, 05 Oct 2013 15:06:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114532
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sat 2013-10-05 23:06:17 +0800
message:
  Minor doc fixes.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/editfns.c                  editfns.c-20091113204419-o5vbwnq5f7feedwu-255
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-09-14 16:33:12 +0000
+++ b/doc/lispref/display.texi  2013-10-05 15:06:17 +0000
@@ -168,6 +168,7 @@
 @end defopt
 
 @defopt truncate-partial-width-windows
address@hidden partial-width windows
 This variable controls line truncation in @dfn{partial-width} windows.
 A partial-width window is one that does not occupy the entire frame
 width (@pxref{Splitting Windows}).  If the value is @code{nil}, line
@@ -235,6 +236,7 @@
 @cindex error display
 @cindex echo area
 
address@hidden FIXME: Why not use @xref{Minibuffers} directly?  --xfq
   The @dfn{echo area} is used for displaying error messages
 (@pxref{Errors}), for messages made with the @code{message} primitive,
 and for echoing keystrokes.  It is not the same as the minibuffer,

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-10-05 14:41:10 +0000
+++ b/src/ChangeLog     2013-10-05 15:06:17 +0000
@@ -1,3 +1,7 @@
+2013-10-05  Xue Fuqiao  <address@hidden>
+
+       * editfns.c (message): Mention batch mode in doc string.
+
 2013-10-05  Jan Djärv  <address@hidden>
 
        * nsterm.m (check_native_fs): Remove erroneous comment.

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2013-08-29 16:36:54 +0000
+++ b/src/editfns.c     2013-10-05 15:06:17 +0000
@@ -3419,6 +3419,9 @@
 is non-nil.  (In keyboard macros, that's all it does.)
 Return the message.
 
+In batch mode, the message is printed to the standard error stream,
+followed by a newline.
+
 The first argument is a format control string, and the rest are data
 to be formatted under control of the string.  See `format' for details.
 


reply via email to

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