mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
(Minibuffer Contents): Add minibuffer-completion-contents.
This commit is contained in:
parent
b5e1e44946
commit
730723edb0
@ -1836,6 +1836,15 @@ This is like @code{minibuffer-contents}, except that it does not copy text
|
|||||||
properties, just the characters themselves. @xref{Text Properties}.
|
properties, just the characters themselves. @xref{Text Properties}.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
@defun minibuffer-completion-contents
|
||||||
|
@tindex minibuffer-completion-contents
|
||||||
|
This is like @code{minibuffer-contents}, except that it when point is
|
||||||
|
not at the end of the minibuffer, it doesn't return the entire
|
||||||
|
contents of the minibuffer. It returns the contents of the minibuffer
|
||||||
|
just before point. That is what completion commands operate on.
|
||||||
|
@xref{Minibuffer Completion}.
|
||||||
|
@end defun
|
||||||
|
|
||||||
@defun delete-minibuffer-contents
|
@defun delete-minibuffer-contents
|
||||||
@tindex delete-minibuffer-contents
|
@tindex delete-minibuffer-contents
|
||||||
This function erases the editable contents of the minibuffer (that is,
|
This function erases the editable contents of the minibuffer (that is,
|
||||||
|
Loading…
Reference in New Issue
Block a user