diff options
| author | Richard M. Stallman | 1996-12-08 08:20:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-08 08:20:17 +0000 |
| commit | e98bcc1abdfdeacb3171d1488000f8e22d3edb33 (patch) | |
| tree | 070ec1ef11eadc8da5d233ab11dbcd54d1c7c6e4 /src | |
| parent | c9ed721db0e2c1b97969c88f3c7405ce4ec7a522 (diff) | |
| download | emacs-e98bcc1abdfdeacb3171d1488000f8e22d3edb33.tar.gz emacs-e98bcc1abdfdeacb3171d1488000f8e22d3edb33.zip | |
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index f99bffdf556..e7f8a88e306 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1915,7 +1915,8 @@ is added with\n\ | |||
| 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, |