/[emacs]/emacs/lispref/minibuf.texi
ViewVC logotype

Diff of /emacs/lispref/minibuf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by kfstorm, Tue Feb 22 20:50:05 2005 UTC revision 1.57 by rms, Sun Mar 6 18:19:34 2005 UTC
# Line 1731  minibuffer.  If no minibuffer is active, Line 1731  minibuffer.  If no minibuffer is active,
1731    
1732  @defun minibuffer-prompt-end  @defun minibuffer-prompt-end
1733  @tindex minibuffer-prompt-end  @tindex minibuffer-prompt-end
1734  This function, available starting in Emacs 21, returns the current  This function returns the current
1735  position of the end of the minibuffer prompt, if a minibuffer is  position of the end of the minibuffer prompt, if a minibuffer is
1736  current.  Otherwise, it returns the minimum valid buffer position.  current.  Otherwise, it returns the minimum valid buffer position.
1737  @end defun  @end defun
1738    
1739  @defun minibuffer-contents  @defun minibuffer-contents
1740  @tindex minibuffer-contents  @tindex minibuffer-contents
1741  This function, available starting in Emacs 21, returns the editable  This function returns the editable
1742  contents of the minibuffer (that is, everything except the prompt) as  contents of the minibuffer (that is, everything except the prompt) as
1743  a string, if a minibuffer is current.  Otherwise, it returns the  a string, if a minibuffer is current.  Otherwise, it returns the
1744  entire contents of the current buffer.  entire contents of the current buffer.
# Line 1752  properties, just the characters themselv Line 1752  properties, just the characters themselv
1752    
1753  @defun delete-minibuffer-contents  @defun delete-minibuffer-contents
1754  @tindex delete-minibuffer-contents  @tindex delete-minibuffer-contents
1755  This function, available starting in Emacs 21, erases the editable  This function erases the editable
1756  contents of the minibuffer (that is, everything except the prompt), if  contents of the minibuffer (that is, everything except the prompt), if
1757  a minibuffer is current.  Otherwise, it erases the entire buffer.  a minibuffer is current.  Otherwise, it erases the entire buffer.
1758  @end defun  @end defun

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26