/[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.399 by rms, Fri Sep 23 18:22:46 2005 UTC revision 1.400 by jurta, Thu Sep 29 23:28:48 2005 UTC
# Line 3124  If the first argument is nil or the empt Line 3124  If the first argument is nil or the empt
3124  any existing message; this lets the minibuffer contents show.  See  any existing message; this lets the minibuffer contents show.  See
3125  also `current-message'.  also `current-message'.
3126    
3127  usage: (message STRING &rest ARGS)  */)  usage: (message FORMAT-STRING &rest ARGS)  */)
3128       (nargs, args)       (nargs, args)
3129       int nargs;       int nargs;
3130       Lisp_Object *args;       Lisp_Object *args;
# Line 3154  to be formatted under control of the str Line 3154  to be formatted under control of the str
3154  If the first argument is nil or the empty string, clear any existing  If the first argument is nil or the empty string, clear any existing
3155  message; let the minibuffer contents show.  message; let the minibuffer contents show.
3156    
3157  usage: (message-box STRING &rest ARGS)  */)  usage: (message-box FORMAT-STRING &rest ARGS)  */)
3158       (nargs, args)       (nargs, args)
3159       int nargs;       int nargs;
3160       Lisp_Object *args;       Lisp_Object *args;
# Line 3216  to be formatted under control of the str Line 3216  to be formatted under control of the str
3216  If the first argument is nil or the empty string, clear any existing  If the first argument is nil or the empty string, clear any existing
3217  message; let the minibuffer contents show.  message; let the minibuffer contents show.
3218    
3219  usage: (message-or-box STRING &rest ARGS)  */)  usage: (message-or-box FORMAT-STRING &rest ARGS)  */)
3220       (nargs, args)       (nargs, args)
3221       int nargs;       int nargs;
3222       Lisp_Object *args;       Lisp_Object *args;
# Line 3281  usage: (propertize STRING &rest PROPERTI Line 3281  usage: (propertize STRING &rest PROPERTI
3281     : SBYTES (STRING))     : SBYTES (STRING))
3282    
3283  DEFUN ("format", Fformat, Sformat, 1, MANY, 0,  DEFUN ("format", Fformat, Sformat, 1, MANY, 0,
3284         doc: /* Format a string out of a control-string and arguments.         doc: /* Format a string out of a format-string and arguments.
3285  The first argument is a control string.  The first argument is a format control string.
3286  The other arguments are substituted into it to make the result, a string.  The other arguments are substituted into it to make the result, a string.
3287  It may contain %-sequences meaning to substitute the next argument.  It may contain %-sequences meaning to substitute the next argument.
3288  %s means print a string argument.  Actually, prints any object, with `princ'.  %s means print a string argument.  Actually, prints any object, with `princ'.

Legend:
Removed from v.1.399  
changed lines
  Added in v.1.400

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