diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
commit | dcf2a5778bbd00a21f4ea89f70baa8ee3f6d1418 (patch) | |
tree | 26df3e34a8977a086d3b65d12cbc836fe5aabfed /lisp/wid-edit.el | |
parent | f7dfe4b089da040a1e6c1716239fa53b07e2ac66 (diff) | |
download | emacs-dcf2a5778bbd00a21f4ea89f70baa8ee3f6d1418.tar.gz |
* dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 5d8580ef22c..af41424ca75 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -1873,7 +1873,7 @@ If END is omitted, it defaults to the length of LIST." "History of field minibuffer edits.") (defun widget-field-prompt-internal (widget prompt initial history) - "Read string for WIDGET promptinhg with PROMPT. + "Read string for WIDGET prompting with PROMPT. INITIAL is the initial input and HISTORY is a symbol containing the earlier input." (read-string prompt initial history)) @@ -2864,7 +2864,7 @@ The first group should be the link itself." (defcustom widget-documentation-link-p 'intern-soft "Predicate used to test if a string is useful as a link. -The value should be a function. The function will be called one +The value should be a function. The function will be called with one argument, a string, and should return non-nil if there should be a link for that string." :type 'function |