emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Sun, 06 Mar 2005 13:19:34 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.56 emacs/lispref/minibuf.texi:1.57
*** emacs/lispref/minibuf.texi:1.56     Tue Feb 22 20:50:05 2005
--- emacs/lispref/minibuf.texi  Sun Mar  6 18:19:34 2005
***************
*** 1731,1744 ****
  
  @defun minibuffer-prompt-end
  @tindex minibuffer-prompt-end
! This function, available starting in Emacs 21, 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
  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.
--- 1731,1744 ----
  
  @defun minibuffer-prompt-end
  @tindex minibuffer-prompt-end
! 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 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,1758 ****
  
  @defun delete-minibuffer-contents
  @tindex delete-minibuffer-contents
! This function, available starting in Emacs 21, 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
--- 1752,1758 ----
  
  @defun delete-minibuffer-contents
  @tindex delete-minibuffer-contents
! 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]