emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi [lexbind]
Date: Tue, 06 Jul 2004 07:01:23 -0400

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.29.2.6 emacs/lispref/minibuf.texi:1.29.2.7
*** emacs/lispref/minibuf.texi:1.29.2.6 Tue Jul  6 09:44:45 2004
--- emacs/lispref/minibuf.texi  Tue Jul  6 10:20:18 2004
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/minibuf
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
! @c 2001, 2004
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/minibuf
***************
*** 214,221 ****
  properties unconditionally, regardless of the value of this variable.
  @end defvar
  
- @anchor{Definition of minibuffer-local-map}
  @defvar minibuffer-local-map
  This is the default local keymap for reading from the minibuffer.  By
  default, it makes the following bindings:
  
--- 215,222 ----
  properties unconditionally, regardless of the value of this variable.
  @end defvar
  
  @defvar minibuffer-local-map
+ @anchor{Definition of minibuffer-local-map}
  This is the default local keymap for reading from the minibuffer.  By
  default, it makes the following bindings:
  
***************
*** 531,537 ****
  
  Use of a cons cell as the value for @var{initial} arguments is
  deprecated in user code.
!  
  @node Completion
  @section Completion
  @cindex completion
--- 532,538 ----
  
  Use of a cons cell as the value for @var{initial} arguments is
  deprecated in user code.
! 
  @node Completion
  @section Completion
  @cindex completion
***************
*** 726,733 ****
  @end smallexample
  @end defun
  
- @anchor{Definition of test-completion}
  @defun test-completion string collection &optional predicate
  This function returns address@hidden if @var{string} is a valid
  completion possibility specified by @var{collection} and
  @var{predicate}.  The arguments are the same as in
--- 727,734 ----
  @end smallexample
  @end defun
  
  @defun test-completion string collection &optional predicate
+ @anchor{Definition of test-completion}
  This function returns address@hidden if @var{string} is a valid
  completion possibility specified by @var{collection} and
  @var{predicate}.  The arguments are the same as in
***************
*** 1755,1760 ****
--- 1756,1762 ----
  @end defvar
  
  @defvar minibuffer-help-form
+ @anchor{Definition of minibuffer-help-form}
  The current value of this variable is used to rebind @code{help-form}
  locally inside the minibuffer (@pxref{Help Functions}).
  @end defvar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]