Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
730723ed
Commit
730723ed
authored
Dec 16, 2005
by
Juri Linkov
Browse files
(Minibuffer Contents): Add minibuffer-completion-contents.
parent
b5e1e449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
lispref/minibuf.texi
lispref/minibuf.texi
+9
-0
No files found.
lispref/minibuf.texi
View file @
730723ed
...
...
@@ -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}.
@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
@tindex delete-minibuffer-contents
This function erases the editable contents of the minibuffer (that is,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment