diff options
| author | Phil Sainty | 2025-06-29 18:18:52 +1200 |
|---|---|---|
| committer | Phil Sainty | 2025-06-29 18:18:52 +1200 |
| commit | e4c8ae9a3b6060d32f8cfdb7140da57461264335 (patch) | |
| tree | bda710042456c1f33915653db00b6b295ddb3335 | |
| parent | b726c41e44b6829091fa8a492747473878001760 (diff) | |
| download | emacs-e4c8ae9a3b6060d32f8cfdb7140da57461264335.tar.gz emacs-e4c8ae9a3b6060d32f8cfdb7140da57461264335.zip | |
fixup! Subsume `string-try-completion' into `string-common-prefix'
| -rw-r--r-- | doc/lispref/strings.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index ba2f56b91b5..0447b2262cd 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -250,7 +250,7 @@ properties removed. | |||
| 250 | 250 | ||
| 251 | @cindex common prefix of a collection of strings | 251 | @cindex common prefix of a collection of strings |
| 252 | @cindex string completion | 252 | @cindex string completion |
| 253 | @defun string-common-prefix collection &optional ignore-case | 253 | @defun string-common-prefix collection &optional string ignore-case regexp-list predicate |
| 254 | This function returns the longest initial substring common to all | 254 | This function returns the longest initial substring common to all |
| 255 | members of @var{collection}. It returns an empty string if there is no | 255 | members of @var{collection}. It returns an empty string if there is no |
| 256 | common prefix or if @var{collection} is @code{nil}. If @var{collection} | 256 | common prefix or if @var{collection} is @code{nil}. If @var{collection} |