comparison src/minibuf.c @ 16640:48c81df37765

(syms_of_minibuf): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Dec 1996 08:20:17 +0000
parents 83d580ba04cf
children b33fd17a2873
comparison
equal deleted inserted replaced
16639:b6ba5d371c1c 16640:48c81df37765
1913 DEFVAR_LISP ("minibuffer-history-position", &Vminibuffer_history_position, 1913 DEFVAR_LISP ("minibuffer-history-position", &Vminibuffer_history_position,
1914 "Current position of redoing in the history list."); 1914 "Current position of redoing in the history list.");
1915 Vminibuffer_history_position = Qnil; 1915 Vminibuffer_history_position = Qnil;
1916 1916
1917 DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise, 1917 DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise,
1918 "*Non-nil means entering the minibuffer raises the minibuffer's frame."); 1918 "*Non-nil means entering the minibuffer raises the minibuffer's frame.\n\
1919 Some uses of the echo area also raise that frame (since they use it too).");
1919 minibuffer_auto_raise = 0; 1920 minibuffer_auto_raise = 0;
1920 1921
1921 DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list, 1922 DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list,
1922 "List of regexps that should restrict possible completions."); 1923 "List of regexps that should restrict possible completions.");
1923 Vcompletion_regexp_list = Qnil; 1924 Vcompletion_regexp_list = Qnil;