diff options
| author | Pavel Janík | 2001-11-13 06:59:27 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-13 06:59:27 +0000 |
| commit | deb8e082ba1a068f980431ad879bd8cbca1879da (patch) | |
| tree | cd6e65541a805b2e098a47172bc8a3bd4faf0a69 /src/editfns.c | |
| parent | bacf09b408f1f3fc5348536695fa36e348bf4697 (diff) | |
| download | emacs-deb8e082ba1a068f980431ad879bd8cbca1879da.tar.gz emacs-deb8e082ba1a068f980431ad879bd8cbca1879da.zip | |
(Fuser_real_login_name): Reindent.
(Finsert_buffer_substring): Likewise.
(Fcompare_buffer_substrings): Likewise.
(Fsubst_char_in_region): Likewise.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c index 6befea8f35a..7f94150d0ee 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1209,7 +1209,7 @@ with that uid, or nil if there is no such user. */) | |||
| 1209 | } | 1209 | } |
| 1210 | 1210 | ||
| 1211 | DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name, | 1211 | DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name, |
| 1212 | 0, 0, 0, | 1212 | 0, 0, 0, |
| 1213 | doc: /* Return the name of the user's real uid, as a string. | 1213 | 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 | 1214 | This ignores the environment variables LOGNAME and USER, so it differs from |
| 1215 | `user-login-name' when running under `su'. */) | 1215 | `user-login-name' when running under `su'. */) |
| @@ -2304,7 +2304,7 @@ of the buffer. */) | |||
| 2304 | } | 2304 | } |
| 2305 | 2305 | ||
| 2306 | DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, | 2306 | DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, |
| 2307 | 1, 3, 0, | 2307 | 1, 3, 0, |
| 2308 | doc: /* Insert before point a substring of the contents of buffer BUFFER. | 2308 | doc: /* Insert before point a substring of the contents of buffer BUFFER. |
| 2309 | BUFFER may be a buffer or a buffer name. | 2309 | BUFFER may be a buffer or a buffer name. |
| 2310 | Arguments START and END are character numbers specifying the substring. | 2310 | Arguments START and END are character numbers specifying the substring. |
| @@ -2354,7 +2354,7 @@ They default to the beginning and the end of BUFFER. */) | |||
| 2354 | } | 2354 | } |
| 2355 | 2355 | ||
| 2356 | DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, Scompare_buffer_substrings, | 2356 | DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, Scompare_buffer_substrings, |
| 2357 | 6, 6, 0, | 2357 | 6, 6, 0, |
| 2358 | doc: /* Compare two substrings of two buffers; return result as number. | 2358 | 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, | 2359 | 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. | 2360 | +N if first string is greater after N-1 chars, or 0 if strings match. |
| @@ -2526,7 +2526,7 @@ subst_char_in_region_unwind_1 (arg) | |||
| 2526 | } | 2526 | } |
| 2527 | 2527 | ||
| 2528 | DEFUN ("subst-char-in-region", Fsubst_char_in_region, | 2528 | DEFUN ("subst-char-in-region", Fsubst_char_in_region, |
| 2529 | Ssubst_char_in_region, 4, 5, 0, | 2529 | Ssubst_char_in_region, 4, 5, 0, |
| 2530 | doc: /* From START to END, replace FROMCHAR with TOCHAR each time it occurs. | 2530 | 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 | 2531 | If optional arg NOUNDO is non-nil, don't record this change for undo |
| 2532 | and don't mark the buffer as really changed. | 2532 | and don't mark the buffer as really changed. |