GNU bug report logs - #3856
23.0.96; doc string of `widget-complete'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Wed, 15 Jul 2009 15:55:05 UTC

Severity: minor

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 3856 <at> debbugs.gnu.org
Subject: bug#3856: 23.0.96; doc string of `widget-complete'
Date: Tue, 12 Jul 2011 17:28:26 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> Doc string:
>
>   Complete content of editable field from point.
>   When not inside a field, move to the previous button or field.
>
> Remove the second sentence; it makes no sense.
> `widget-complete' is used only for a field.

This has been changed to:

---
;; This used to say:
;; "When not inside a field, move to the previous button or field."
;; but AFAICS, it has always just thrown an error.
(defun widget-complete ()
  "Complete content of editable field from point.
When not inside a field, signal an error."
---

But I think you're right, anyway.  This is only bound to a keystroke on
widget fields (as far as I can tell), so it seems unnecessary to say
anything about what happens if you call the function from somewhere
else.

Opinions?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




This bug report was last modified 14 years and 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.