emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:10:49 -0500

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.359.2.13 emacs/src/editfns.c:1.359.2.14
*** emacs/src/editfns.c:1.359.2.13      Wed Oct 27 06:03:07 2004
--- emacs/src/editfns.c Thu Nov  4 08:55:32 2004
***************
*** 3168,3178 ****
  
  DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
         doc: /* Print a one-line message at the bottom of the screen.
  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.
  
! If the first argument is nil, clear any existing message; let the
! minibuffer contents show.
  
  usage: (message STRING &rest ARGS)  */)
       (nargs, args)
--- 3168,3181 ----
  
  DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
         doc: /* Print a one-line message at the bottom of the screen.
+ The message also goes into the `*Messages*' buffer.
+ \(In keyboard macros, that's all it does.)
+ 
  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.
  
! If the first argument is nil, the function clears any existing message;
! this lets the minibuffer contents show.  See also `current-message'.
  
  usage: (message STRING &rest ARGS)  */)
       (nargs, args)




reply via email to

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