Mercurial > emacs
changeset 40987:d9b11436ac12
(Fminibuffer_complete_word): Reindent.
(Fminibuffer_complete_and_exit): Likewise.
(Fminibuffer_completion_help): Likewise.
(Fminibuffer_message): Likewise.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 13 Nov 2001 07:03:31 +0000 |
parents | 55db33adc0a1 |
children | 9fd887a38ad5 |
files | src/minibuf.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Tue Nov 13 07:02:02 2001 +0000 +++ b/src/minibuf.c Tue Nov 13 07:03:31 2001 +0000 @@ -1819,7 +1819,7 @@ } 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 @@ } 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 @@ } 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 @@ } 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. */)