1
Fork 0
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:
Phil Sainty 2025-06-29 18:18:52 +12:00
parent b726c41e44
commit e4c8ae9a3b

View file

@ -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}