mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
fixup! Subsume string-try-completion' into string-common-prefix'
This commit is contained in:
parent
b726c41e44
commit
e4c8ae9a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ properties removed.
|
|||
|
||||
@cindex common prefix of a collection of strings
|
||||
@cindex string completion
|
||||
@defun string-common-prefix collection &optional ignore-case
|
||||
@defun string-common-prefix collection &optional string ignore-case regexp-list predicate
|
||||
This function returns the longest initial substring common to all
|
||||
members of @var{collection}. It returns an empty string if there is no
|
||||
common prefix or if @var{collection} is @code{nil}. If @var{collection}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue