(Ftry_completion, Fall_completions): Add a reference to
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Feb 2000 23:36:15 +0000 (23:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Feb 2000 23:36:15 +0000 (23:36 +0000)
`completion-regexp-list' in the docstring.

src/ChangeLog
src/minibuf.c

index 8ea781c..bc84366 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-14  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
+       `completion-regexp-list' in the docstring.
+
 2000-02-14  Dave Love  <fx@gnu.org>
 
        * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
index 406c196..32bf540 100644 (file)
@@ -1034,7 +1034,9 @@ If optional third argument PREDICATE is non-nil,\n\
 it is used to test each possible match.\n\
 The match is a candidate only if PREDICATE returns non-nil.\n\
 The argument given to PREDICATE is the alist element\n\
-or the symbol from the obarray.")
+or the symbol from the obarray.\n\
+Additionally to this predicate, `completion-regexp-list'\n\
+is used to further constrain the set of candidates.")
   (string, alist, predicate)
      Lisp_Object string, alist, predicate;
 {
@@ -1281,6 +1283,8 @@ it is used to test each possible match.\n\
 The match is a candidate only if PREDICATE returns non-nil.\n\
 The argument given to PREDICATE is the alist element\n\
 or the symbol from the obarray.\n\
+Additionally to this predicate, `completion-regexp-list'\n\
+is used to further constrain the set of candidates.\n\
 \n\
 If the optional fourth argument HIDE-SPACES is non-nil,\n\
 strings in ALIST that start with a space\n\