/[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.396 by rms, Sun Sep 4 01:07:27 2005 UTC revision 1.397 by kfstorm, Mon Sep 12 10:26:15 2005 UTC
# Line 2857  It returns the number of characters chan Line 2857  It returns the number of characters chan
2857          {          {
2858            if (tt)            if (tt)
2859              {              {
2860                  /* Reload as signal_after_change in last iteration may GC.  */
2861                  tt = SDATA (table);
2862                if (string_multibyte)                if (string_multibyte)
2863                  {                  {
2864                    str = tt + string_char_to_byte (table, oc);                    str = tt + string_char_to_byte (table, oc);
# Line 3118  The message also goes into the `*Message Line 3120  The message also goes into the `*Message
3120  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
3121  to be formatted under control of the string.  See `format' for details.  to be formatted under control of the string.  See `format' for details.
3122    
3123  If the first argument is nil, the function clears any existing message;  If the first argument is nil or the empty string, the function clears
3124  this lets the minibuffer contents show.  See also `current-message'.  any existing message; this lets the minibuffer contents show.  See
3125    also `current-message'.
3126    
3127  usage: (message STRING &rest ARGS)  */)  usage: (message STRING &rest ARGS)  */)
3128       (nargs, args)       (nargs, args)
# Line 3148  If a dialog box is not available, use th Line 3151  If a dialog box is not available, use th
3151  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
3152  to be formatted under control of the string.  See `format' for details.  to be formatted under control of the string.  See `format' for details.
3153    
3154  If the first argument is nil, clear any existing message; let the  If the first argument is nil or the empty string, clear any existing
3155  minibuffer contents show.  message; let the minibuffer contents show.
3156    
3157  usage: (message-box STRING &rest ARGS)  */)  usage: (message-box STRING &rest ARGS)  */)
3158       (nargs, args)       (nargs, args)
# Line 3210  Otherwise, use the echo area. Line 3213  Otherwise, use the echo area.
3213  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
3214  to be formatted under control of the string.  See `format' for details.  to be formatted under control of the string.  See `format' for details.
3215    
3216  If the first argument is nil, clear any existing message; let the  If the first argument is nil or the empty string, clear any existing
3217  minibuffer contents show.  message; let the minibuffer contents show.
3218    
3219  usage: (message-or-box STRING &rest ARGS)  */)  usage: (message-or-box STRING &rest ARGS)  */)
3220       (nargs, args)       (nargs, args)

Legend:
Removed from v.1.396  
changed lines
  Added in v.1.397

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