1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(other): Doc fix.

This commit is contained in:
Richard M. Stallman 1998-06-13 05:04:42 +00:00
parent 64db9621a3
commit b720878d35

View file

@ -2919,7 +2919,7 @@ link for that string."
"Matches any value, but doesn't let the user edit the value. "Matches any value, but doesn't let the user edit the value.
This is useful as last item in a `choice' widget. This is useful as last item in a `choice' widget.
You should use this widget type with a default value, You should use this widget type with a default value,
as in (other DEFAULT) or (other :tag "NAME" DEFAULT). as in (other DEFAULT) or (other :tag \"NAME\" DEFAULT).
If the user selects this alternative, that specifies DEFAULT If the user selects this alternative, that specifies DEFAULT
as the value." as the value."
:tag "Other" :tag "Other"