/[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.320 by rms, Sun Nov 4 03:20:10 2001 UTC revision 1.321 by pj, Tue Nov 13 06:58:58 2001 UTC
# Line 1209  with that uid, or nil if there is no suc Line 1209  with that uid, or nil if there is no suc
1209  }  }
1210    
1211  DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name,  DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name,
1212    0, 0, 0,         0, 0, 0,
1213         doc: /* Return the name of the user's real uid, as a string.         doc: /* Return the name of the user's real uid, as a string.
1214  This ignores the environment variables LOGNAME and USER, so it differs from  This ignores the environment variables LOGNAME and USER, so it differs from
1215  `user-login-name' when running under `su'.  */)  `user-login-name' when running under `su'.  */)
# Line 2304  of the buffer.  */) Line 2304  of the buffer.  */)
2304  }  }
2305    
2306  DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring,  DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring,
2307    1, 3, 0,         1, 3, 0,
2308         doc: /* Insert before point a substring of the contents of buffer BUFFER.         doc: /* Insert before point a substring of the contents of buffer BUFFER.
2309  BUFFER may be a buffer or a buffer name.  BUFFER may be a buffer or a buffer name.
2310  Arguments START and END are character numbers specifying the substring.  Arguments START and END are character numbers specifying the substring.
# Line 2354  They default to the beginning and the en Line 2354  They default to the beginning and the en
2354  }  }
2355    
2356  DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, Scompare_buffer_substrings,  DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, Scompare_buffer_substrings,
2357    6, 6, 0,         6, 6, 0,
2358         doc: /* Compare two substrings of two buffers; return result as number.         doc: /* Compare two substrings of two buffers; return result as number.
2359  the value is -N if first string is less after N-1 chars,  the value is -N if first string is less after N-1 chars,
2360  +N if first string is greater after N-1 chars, or 0 if strings match.  +N if first string is greater after N-1 chars, or 0 if strings match.
# Line 2526  subst_char_in_region_unwind_1 (arg) Line 2526  subst_char_in_region_unwind_1 (arg)
2526  }  }
2527    
2528  DEFUN ("subst-char-in-region", Fsubst_char_in_region,  DEFUN ("subst-char-in-region", Fsubst_char_in_region,
2529    Ssubst_char_in_region, 4, 5, 0,         Ssubst_char_in_region, 4, 5, 0,
2530         doc: /* From START to END, replace FROMCHAR with TOCHAR each time it occurs.         doc: /* From START to END, replace FROMCHAR with TOCHAR each time it occurs.
2531  If optional arg NOUNDO is non-nil, don't record this change for undo  If optional arg NOUNDO is non-nil, don't record this change for undo
2532  and don't mark the buffer as really changed.  and don't mark the buffer as really changed.

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.321

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