From: Pavel Janík Date: Tue, 13 Nov 2001 07:03:59 +0000 (+0000) Subject: (Fminibuffer_complete_word): Reindent. X-Git-Tag: ttn-vms-21-2-B4~18615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94c7167b1ff6a145acac20446cb81b29a2b8e0f7;p=emacs.git (Fminibuffer_complete_word): Reindent. (Fminibuffer_complete_and_exit): Likewise. (Fminibuffer_completion_help): Likewise. (Fminibuffer_message): Likewise. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2adfb8e29c5..4f13c4999de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-11-13 Pavel Jan,Bm(Bk + * minibuf.c (Fminibuffer_complete_word): Reindent. + (Fminibuffer_complete_and_exit): Likewise. + (Fminibuffer_completion_help): Likewise. + (Fminibuffer_message): Likewise. + * fns.c (Freverse): Reindent. * 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) } DEFUN ("minibuffer-complete-and-exit", Fminibuffer_complete_and_exit, - Sminibuffer_complete_and_exit, 0, 0, "", + Sminibuffer_complete_and_exit, 0, 0, "", doc: /* If the minibuffer contents is a valid completion then exit. Otherwise try to complete it. If completion leads to a valid completion, a repetition of this command will exit. */) @@ -1864,7 +1864,7 @@ a repetition of this command will exit. */) } DEFUN ("minibuffer-complete-word", Fminibuffer_complete_word, Sminibuffer_complete_word, - 0, 0, "", + 0, 0, "", doc: /* Complete the minibuffer contents at most a single word. After one word is completed as much as possible, a space or hyphen is added, provided that matches some possible completion. @@ -2220,7 +2220,7 @@ It can find the completion buffer in `standard-output'. */) } DEFUN ("minibuffer-completion-help", Fminibuffer_completion_help, Sminibuffer_completion_help, - 0, 0, "", + 0, 0, "", doc: /* Display a list of possible completions of the current minibuffer contents. */) () { @@ -2316,7 +2316,7 @@ temp_echo_area_glyphs (m) } DEFUN ("minibuffer-message", Fminibuffer_message, Sminibuffer_message, - 1, 1, 0, + 1, 1, 0, doc: /* Temporarily display STRING at the end of the minibuffer. The text is displayed for two seconds, or until the next input event arrives, whichever comes first. */)