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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi,v
Date: Sat, 08 Jul 2006 18:06:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:06:06

Index: minibuf.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/minibuf.texi,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- minibuf.texi        5 Jul 2006 14:13:23 -0000       1.86
+++ minibuf.texi        8 Jul 2006 18:06:06 -0000       1.87
@@ -1835,7 +1835,6 @@
 @end defun
 
 @defun minibuffer-prompt-end
address@hidden 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.
@@ -1847,7 +1846,6 @@
 @end defun
 
 @defun minibuffer-contents
address@hidden 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
@@ -1855,20 +1853,17 @@
 @end defun
 
 @defun minibuffer-contents-no-properties
address@hidden minibuffer-contents-no-properties
 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
address@hidden minibuffer-completion-contents
 This is like @code{minibuffer-contents}, except that it returns only
 the contents before point.  That is the part that completion commands
 operate on.  @xref{Minibuffer Completion}.
 @end defun
 
 @defun delete-minibuffer-contents
address@hidden 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 current buffer.




reply via email to

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