]> git.eshelyaron.com Git - emacs.git/commit
Improve Completion Example section in the Emacs manual
authorSpencer Baugh <sbaugh@janestreet.com>
Tue, 18 Apr 2023 22:03:36 +0000 (18:03 -0400)
committerEli Zaretskii <eliz@gnu.org>
Wed, 19 Apr 2023 12:21:37 +0000 (15:21 +0300)
commitecdd3a9efac3e56850ce10260747c158865f9378
treea585b0bec9b7a9db2ef6860253ce8181d3dc11f4
parent626e1ac62b213261d80007524e400ac6a0768dae
Improve Completion Example section in the Emacs manual

This can be a useful substitute for full-on fuzzy completion, as
provided by other completion styles and completion packages.
* doc/emacs/mini.texi (Completion Example): Give an example of
completion with point not at end of minibuffer.  Also, use
@kbd{@key{TAB}} when telling the user to hit TAB.  (Bug#62836)
doc/emacs/mini.texi