Doc fixes.
authorGerd Moellmann <gerd@gnu.org>
Sun, 17 Oct 1999 12:50:04 +0000 (12:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 17 Oct 1999 12:50:04 +0000 (12:50 +0000)
commita4d1159b771676489354fdcab4f50d06bd5f4622
treeee23f2c41764aea1cb248b9547ccd9433d00760f
parentff69e0120fd6492df31777b820a3f6077efe848b
Doc fixes.
(previous-matching-history-element, next-history-element):
Change to work correctly even if the point is in the prompt.
(choose-completion-string): Likewise.
(minibuffer-prompt-width): New function (compatibility with old subr).
(line-move): Supply new ESCAPE-FROM-EDGE argument to
constrain-to-field.
(line-move): Use constrain-to-field to avoid
moving into a prompt.
(previous-complete-history-element): Clarify doc string.
(next-complete-history-element): Likewise.
Use field-beginning instead of point-min.
(next-matching-history-element): Use field-beginning and
erase-field instead of point-min and erase-buffer.
(previous-matching-history-element): Get the
minibuffer input with field-string instead of buffer-string.
(choose-completion-string): Likewise.
(next-history-element): Likewise.
Erase the minibuffer input with erase-field, not erase-buffer.
Use field-beginning to find the beginning of the input.
lisp/simple.el