diff options
Diffstat (limited to 'doc/lispref/minibuf.texi')
| -rw-r--r-- | doc/lispref/minibuf.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 9d73aa89b2d..066bfc79718 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -965,6 +965,9 @@ too short). Both of those begin with the string @samp{foobar}. | |||
| 965 | @result{} "foobar" | 965 | @result{} "foobar" |
| 966 | @end group | 966 | @end group |
| 967 | @end smallexample | 967 | @end smallexample |
| 968 | |||
| 969 | See also the function @code{string-common-prefix} in | ||
| 970 | @ref{Creating Strings}. | ||
| 968 | @end defun | 971 | @end defun |
| 969 | 972 | ||
| 970 | @defun all-completions string collection &optional predicate | 973 | @defun all-completions string collection &optional predicate |