summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-13 05:04:42 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-13 05:04:42 +0000
commitb52a1af49587aea9756089737933a4f911d27ee6 (patch)
treee8b218f03b4cf868cab8620cf71616fdf4cd5dda
parent49234228762f4fe97ab5bd813640aa2840bff112 (diff)
downloademacs-b52a1af49587aea9756089737933a4f911d27ee6.tar.gz
(other): Doc fix.
-rw-r--r--lisp/wid-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 9951501685d..b31733318be 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -2919,7 +2919,7 @@ link for that string."
"Matches any value, but doesn't let the user edit the value.
This is useful as last item in a `choice' widget.
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
as the value."
:tag "Other"