/[emacs]/emacs/src/minibuf.c
ViewVC logotype

Diff of /emacs/src/minibuf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.231 by rms, Tue Dec 18 22:49:19 2001 UTC revision 1.232 by pj, Mon Jan 21 16:15:12 2002 UTC
# Line 342  Return (point-min) if current buffer is Line 342  Return (point-min) if current buffer is
342    
343  DEFUN ("minibuffer-contents", Fminibuffer_contents,  DEFUN ("minibuffer-contents", Fminibuffer_contents,
344         Sminibuffer_contents, 0, 0, 0,         Sminibuffer_contents, 0, 0, 0,
345         doc: /* Return the user input in a minbuffer as a string.         doc: /* Return the user input in a minibuffer as a string.
346  The current buffer must be a minibuffer.  */)  The current buffer must be a minibuffer.  */)
347       ()       ()
348  {  {
# Line 352  The current buffer must be a minibuffer. Line 352  The current buffer must be a minibuffer.
352    
353  DEFUN ("minibuffer-contents-no-properties", Fminibuffer_contents_no_properties,  DEFUN ("minibuffer-contents-no-properties", Fminibuffer_contents_no_properties,
354         Sminibuffer_contents_no_properties, 0, 0, 0,         Sminibuffer_contents_no_properties, 0, 0, 0,
355         doc: /* Return the user input in a minbuffer as a string, without text-properties.         doc: /* Return the user input in a minibuffer as a string, without text-properties.
356  The current buffer must be a minibuffer.  */)  The current buffer must be a minibuffer.  */)
357       ()       ()
358  {  {
# Line 834  Sixth arg DEFAULT-VALUE is the default v Line 834  Sixth arg DEFAULT-VALUE is the default v
834   for history commands; but `read-from-minibuffer' does NOT return DEFAULT-VALUE   for history commands; but `read-from-minibuffer' does NOT return DEFAULT-VALUE
835   if the user enters empty input!  It returns the empty string.   if the user enters empty input!  It returns the empty string.
836  Seventh arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits  Seventh arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits
837   the current input method and the setting of enable-multibyte-characters.   the current input method and the setting of `enable-multibyte-characters'.
838  If the variable `minibuffer-allow-text-properties' is non-nil,  If the variable `minibuffer-allow-text-properties' is non-nil,
839   then the string which is returned includes whatever text properties   then the string which is returned includes whatever text properties
840   were present in the minibuffer.  Otherwise the value has no text properties.  */)   were present in the minibuffer.  Otherwise the value has no text properties.  */)
# Line 936  Fourth arg DEFAULT-VALUE is the default Line 936  Fourth arg DEFAULT-VALUE is the default
936   for history commands, and as the value to return if the user enters   for history commands, and as the value to return if the user enters
937   the empty string.   the empty string.
938  Fifth arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits  Fifth arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits
939   the current input method and the setting of enable-multibyte-characters.  */)   the current input method and the setting of `enable-multibyte-characters'.  */)
940       (prompt, initial_input, history, default_value, inherit_input_method)       (prompt, initial_input, history, default_value, inherit_input_method)
941       Lisp_Object prompt, initial_input, history, default_value;       Lisp_Object prompt, initial_input, history, default_value;
942       Lisp_Object inherit_input_method;       Lisp_Object inherit_input_method;
# Line 954  DEFUN ("read-no-blanks-input", Fread_no_ Line 954  DEFUN ("read-no-blanks-input", Fread_no_
954         doc: /* Read a string from the terminal, not allowing blanks.         doc: /* Read a string from the terminal, not allowing blanks.
955  Prompt with PROMPT, and provide INITIAL as an initial value of the input string.  Prompt with PROMPT, and provide INITIAL as an initial value of the input string.
956  Third arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits  Third arg INHERIT-INPUT-METHOD, if non-nil, means the minibuffer inherits
957  the current input method and the setting of enable-multibyte-characters.  */)  the current input method and the setting of `enable-multibyte-characters'.  */)
958       (prompt, initial, inherit_input_method)       (prompt, initial, inherit_input_method)
959       Lisp_Object prompt, initial, inherit_input_method;       Lisp_Object prompt, initial, inherit_input_method;
960  {  {
# Line 1465  HIST, if non-nil, specifies a history li Line 1465  HIST, if non-nil, specifies a history li
1465  DEF, if non-nil, is the default value.  DEF, if non-nil, is the default value.
1466    
1467  If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits  If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits
1468    the current input method and the setting of enable-multibyte-characters.    the current input method and the setting of `enable-multibyte-characters'.
1469    
1470  Completion ignores case if the ambient value of  Completion ignores case if the ambient value of
1471    `completion-ignore-case' is non-nil.  */)    `completion-ignore-case' is non-nil.  */)

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.232

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