diff options
| author | Luc Teirlinck | 2004-06-23 16:20:08 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-23 16:20:08 +0000 |
| commit | facf1bca12f4be8f6846f3073f76d524d15c7c41 (patch) | |
| tree | b2616e0cbbdb13731cf22698f2498ded0f52ae16 | |
| parent | 335c56b9b8c1b172d9f9b20890d8b7699bd483bb (diff) | |
| download | emacs-facf1bca12f4be8f6846f3073f76d524d15c7c41.tar.gz emacs-facf1bca12f4be8f6846f3073f76d524d15c7c41.zip | |
Change position of @anchor's. Add anchor.
| -rw-r--r-- | lispref/minibuf.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index a2695eab6b9..8e8329967f3 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001 | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, |
| 4 | @c 2001, 2004 | ||
| 4 | @c Free Software Foundation, Inc. | 5 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 6 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../info/minibuf | 7 | @setfilename ../info/minibuf |
| @@ -214,8 +215,8 @@ functions that do minibuffer input with completion, discard text | |||
| 214 | properties unconditionally, regardless of the value of this variable. | 215 | properties unconditionally, regardless of the value of this variable. |
| 215 | @end defvar | 216 | @end defvar |
| 216 | 217 | ||
| 217 | @anchor{Definition of minibuffer-local-map} | ||
| 218 | @defvar minibuffer-local-map | 218 | @defvar minibuffer-local-map |
| 219 | @anchor{Definition of minibuffer-local-map} | ||
| 219 | This is the default local keymap for reading from the minibuffer. By | 220 | This is the default local keymap for reading from the minibuffer. By |
| 220 | default, it makes the following bindings: | 221 | default, it makes the following bindings: |
| 221 | 222 | ||
| @@ -531,7 +532,7 @@ etc. | |||
| 531 | 532 | ||
| 532 | Use of a cons cell as the value for @var{initial} arguments is | 533 | Use of a cons cell as the value for @var{initial} arguments is |
| 533 | deprecated in user code. | 534 | deprecated in user code. |
| 534 | 535 | ||
| 535 | @node Completion | 536 | @node Completion |
| 536 | @section Completion | 537 | @section Completion |
| 537 | @cindex completion | 538 | @cindex completion |
| @@ -726,8 +727,8 @@ example for @code{try-completion}: | |||
| 726 | @end smallexample | 727 | @end smallexample |
| 727 | @end defun | 728 | @end defun |
| 728 | 729 | ||
| 729 | @anchor{Definition of test-completion} | ||
| 730 | @defun test-completion string collection &optional predicate | 730 | @defun test-completion string collection &optional predicate |
| 731 | @anchor{Definition of test-completion} | ||
| 731 | This function returns non-@code{nil} if @var{string} is a valid | 732 | This function returns non-@code{nil} if @var{string} is a valid |
| 732 | completion possibility specified by @var{collection} and | 733 | completion possibility specified by @var{collection} and |
| 733 | @var{predicate}. The arguments are the same as in | 734 | @var{predicate}. The arguments are the same as in |
| @@ -1755,6 +1756,7 @@ This is a normal hook that is run whenever the minibuffer is exited. | |||
| 1755 | @end defvar | 1756 | @end defvar |
| 1756 | 1757 | ||
| 1757 | @defvar minibuffer-help-form | 1758 | @defvar minibuffer-help-form |
| 1759 | @anchor{Definition of minibuffer-help-form} | ||
| 1758 | The current value of this variable is used to rebind @code{help-form} | 1760 | The current value of this variable is used to rebind @code{help-form} |
| 1759 | locally inside the minibuffer (@pxref{Help Functions}). | 1761 | locally inside the minibuffer (@pxref{Help Functions}). |
| 1760 | @end defvar | 1762 | @end defvar |