/[emacs]/emacs/src/editfns.c
ViewVC logotype

Diff of /emacs/src/editfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.381 by kfstorm, Tue Oct 26 22:37:34 2004 UTC revision 1.382 by rms, Wed Oct 27 11:02:06 2004 UTC
# Line 3049  static int message_length; Line 3049  static int message_length;
3049    
3050  DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,  DEFUN ("message", Fmessage, Smessage, 1, MANY, 0,
3051         doc: /* Print a one-line message at the bottom of the screen.         doc: /* Print a one-line message at the bottom of the screen.
3052    The message also goes into the `*Messages*' buffer.
3053    \(In keyboard macros, that's all it does.)
3054    
3055  The first argument is a format control string, and the rest are data  The first argument is a format control string, and the rest are data
3056  to be formatted under control of the string.  See `format' for details.  to be formatted under control of the string.  See `format' for details.
3057    
3058  If the first argument is nil, clear any existing message; let the  If the first argument is nil, the function clears any existing message;
3059  minibuffer contents show.  this lets the minibuffer contents show.  See also `current-message'.
3060    
3061  usage: (message STRING &rest ARGS)  */)  usage: (message STRING &rest ARGS)  */)
3062       (nargs, args)       (nargs, args)

Legend:
Removed from v.1.381  
changed lines
  Added in v.1.382

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26