diff options
| author | Phil Sainty | 2025-06-01 14:59:38 +1200 |
|---|---|---|
| committer | Phil Sainty | 2026-01-24 02:03:31 +1300 |
| commit | 0f1963b2cc0ebda15b3581eec9bfef5215e0c6b6 (patch) | |
| tree | e10954df0debbbfd4e5ba6af19dec2548d17acae /doc/lispref/minibuf.texi | |
| parent | b4a5948d3330f7ca02c61075eed94b467645ea83 (diff) | |
| download | emacs-scratch/string-common-prefix.tar.gz emacs-scratch/string-common-prefix.zip | |
Add function `string-common-prefix'scratch/string-common-prefix
* lisp/subr.el: (string-common-prefix): New function.
* etc/NEWS:
* doc/lispref/strings.texi:
* doc/lispref/minibuf.texi:
* lisp/emacs-lisp/shortdoc.el:
Documentation.
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 |