diff options
Diffstat (limited to 'doc')
| -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 0447b2262cd..ae77b4e3a2d 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -254,7 +254,7 @@ properties removed. | |||
| 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} |
| 257 | contains exactly one string, it returns that string. | 257 | contains (after filtering) exactly one string, it returns that string. |
| 258 | 258 | ||
| 259 | @example | 259 | @example |
| 260 | (string-common-prefix '("foobar" "foozot")) | 260 | (string-common-prefix '("foobar" "foozot")) |