diff options
| author | Miles Bader | 2006-10-15 02:54:13 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-15 02:54:13 +0000 |
| commit | bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch) | |
| tree | 8c4ae9640abcb8f33326e96e661f711417e5307c /lisp/wid-edit.el | |
| parent | 5be4d5336db8be316100a5b80ee8c5e428438b9e (diff) | |
| parent | 92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff) | |
| download | emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.tar.gz emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 460-475)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 145-152)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
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 bef49d71a00..04e6b0751ee 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." | |||
| 1873 | "History of field minibuffer edits.") | 1873 | "History of field minibuffer edits.") |
| 1874 | 1874 | ||
| 1875 | (defun widget-field-prompt-internal (widget prompt initial history) | 1875 | (defun widget-field-prompt-internal (widget prompt initial history) |
| 1876 | "Read string for WIDGET promptinhg with PROMPT. | 1876 | "Read string for WIDGET prompting with PROMPT. |
| 1877 | INITIAL is the initial input and HISTORY is a symbol containing | 1877 | INITIAL is the initial input and HISTORY is a symbol containing |
| 1878 | the earlier input." | 1878 | the earlier input." |
| 1879 | (read-string prompt initial history)) | 1879 | (read-string prompt initial history)) |
| @@ -2864,7 +2864,7 @@ The first group should be the link itself." | |||
| 2864 | 2864 | ||
| 2865 | (defcustom widget-documentation-link-p 'intern-soft | 2865 | (defcustom widget-documentation-link-p 'intern-soft |
| 2866 | "Predicate used to test if a string is useful as a link. | 2866 | "Predicate used to test if a string is useful as a link. |
| 2867 | The value should be a function. The function will be called one | 2867 | The value should be a function. The function will be called with one |
| 2868 | argument, a string, and should return non-nil if there should be a | 2868 | argument, a string, and should return non-nil if there should be a |
| 2869 | link for that string." | 2869 | link for that string." |
| 2870 | :type 'function | 2870 | :type 'function |