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
2a1cf636
Commit
2a1cf636
authored
Mar 06, 2005
by
Richard M. Stallman
Browse files
(Minibuffer Misc): Get rid of "Emacs 21".
parent
aa9261ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lispref/minibuf.texi
lispref/minibuf.texi
+3
-3
No files found.
lispref/minibuf.texi
View file @
2a1cf636
...
...
@@ -1731,14 +1731,14 @@ minibuffer. If no minibuffer is active, it returns @code{nil}.
@defun minibuffer-prompt-end
@tindex minibuffer-prompt-end
This function
, available starting in Emacs 21,
returns the current
This function returns the current
position of the end of the minibuffer prompt, if a minibuffer is
current. Otherwise, it returns the minimum valid buffer position.
@end defun
@defun minibuffer-contents
@tindex minibuffer-contents
This function
, available starting in Emacs 21,
returns the editable
This function returns the editable
contents of the minibuffer (that is, everything except the prompt) as
a string, if a minibuffer is current. Otherwise, it returns the
entire contents of the current buffer.
...
...
@@ -1752,7 +1752,7 @@ properties, just the characters themselves. @xref{Text Properties}.
@defun delete-minibuffer-contents
@tindex delete-minibuffer-contents
This function
, available starting in Emacs 21,
erases the editable
This function erases the editable
contents of the minibuffer (that is, everything except the prompt), if
a minibuffer is current. Otherwise, it erases the entire buffer.
@end defun
...
...
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