diff options
| author | Pavel Janík | 2001-11-13 07:03:59 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-13 07:03:59 +0000 |
| commit | 94c7167b1ff6a145acac20446cb81b29a2b8e0f7 (patch) | |
| tree | b4ea602efcd77a16597c2b9f41918ef778da5640 /src | |
| parent | 462a5e3ae82a642cdf1e1b4999794410b11d3d5b (diff) | |
| download | emacs-94c7167b1ff6a145acac20446cb81b29a2b8e0f7.tar.gz emacs-94c7167b1ff6a145acac20446cb81b29a2b8e0f7.zip | |
(Fminibuffer_complete_word): Reindent.
(Fminibuffer_complete_and_exit): Likewise.
(Fminibuffer_completion_help): Likewise.
(Fminibuffer_message): Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/minibuf.c | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2adfb8e29c5..4f13c4999de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * minibuf.c (Fminibuffer_complete_word): Reindent. | ||
| 4 | (Fminibuffer_complete_and_exit): Likewise. | ||
| 5 | (Fminibuffer_completion_help): Likewise. | ||
| 6 | (Fminibuffer_message): Likewise. | ||
| 7 | |||
| 3 | * fns.c (Freverse): Reindent. | 8 | * fns.c (Freverse): Reindent. |
| 4 | 9 | ||
| 5 | * eval.c (Fif): Reindent. | 10 | * eval.c (Fif): Reindent. |
diff --git a/src/minibuf.c b/src/minibuf.c index da5748d943a..d496035eabc 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1819,7 +1819,7 @@ complete_and_exit_2 (ignore) | |||
| 1819 | } | 1819 | } |
| 1820 | 1820 | ||
| 1821 | DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit, | 1821 | DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit, |
| 1822 | Sminibuffer_complete_and_exit, 0, 0, "", | 1822 | Sminibuffer_complete_and_exit, 0, 0, "", |
| 1823 | doc: /* If the minibuffer contents is a valid completion then exit. | 1823 | doc: /* If the minibuffer contents is a valid completion then exit. |
| 1824 | Otherwise try to complete it. If completion leads to a valid completion, | 1824 | Otherwise try to complete it. If completion leads to a valid completion, |
| 1825 | a repetition of this command will exit. */) | 1825 | a repetition of this command will exit. */) |
| @@ -1864,7 +1864,7 @@ a repetition of this command will exit. */) | |||
| 1864 | } | 1864 | } |
| 1865 | 1865 | ||
| 1866 | DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word, | 1866 | DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word, |
| 1867 | 0, 0, "", | 1867 | 0, 0, "", |
| 1868 | doc: /* Complete the minibuffer contents at most a single word. | 1868 | doc: /* Complete the minibuffer contents at most a single word. |
| 1869 | After one word is completed as much as possible, a space or hyphen | 1869 | After one word is completed as much as possible, a space or hyphen |
| 1870 | is added, provided that matches some possible completion. | 1870 | is added, provided that matches some possible completion. |
| @@ -2220,7 +2220,7 @@ It can find the completion buffer in `standard-output'. */) | |||
| 2220 | } | 2220 | } |
| 2221 | 2221 | ||
| 2222 | DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help, | 2222 | DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help, |
| 2223 | 0, 0, "", | 2223 | 0, 0, "", |
| 2224 | doc: /* Display a list of possible completions of the current minibuffer contents. */) | 2224 | doc: /* Display a list of possible completions of the current minibuffer contents. */) |
| 2225 | () | 2225 | () |
| 2226 | { | 2226 | { |
| @@ -2316,7 +2316,7 @@ temp_echo_area_glyphs (m) | |||
| 2316 | } | 2316 | } |
| 2317 | 2317 | ||
| 2318 | DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message, | 2318 | DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message, |
| 2319 | 1, 1, 0, | 2319 | 1, 1, 0, |
| 2320 | doc: /* Temporarily display STRING at the end of the minibuffer. | 2320 | doc: /* Temporarily display STRING at the end of the minibuffer. |
| 2321 | The text is displayed for two seconds, | 2321 | The text is displayed for two seconds, |
| 2322 | or until the next input event arrives, whichever comes first. */) | 2322 | or until the next input event arrives, whichever comes first. */) |