mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 00:30:17 -08:00
Add try-completion to the string shortdoc
* lisp/emacs-lisp/shortdoc.el (string): Mention try-completion here.
This commit is contained in:
parent
f329a3180e
commit
c9a95237a8
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ There can be any number of :example/:result elements."
|
|||
:eval (reverse "foo"))
|
||||
(substring-no-properties
|
||||
:eval (substring-no-properties (propertize "foobar" 'face 'bold) 0 3))
|
||||
(try-completion
|
||||
:eval (try-completion "foo" '("foobar" "foozot" "gazonk")))
|
||||
"Predicates for Strings"
|
||||
(string-equal
|
||||
:eval (string-equal "foo" "foo"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue