summaryrefslogtreecommitdiff
path: root/lisp
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
commitb720878d35718db40268db05f25945c3ccf64199 (patch)
tree4ba7396d4ab2a82e3e73e257a45ca5768575ffe1 /lisp
parent64db9621a37d9d1d2447f78902fb1b30cefad040 (diff)
downloademacs-b720878d35718db40268db05f25945c3ccf64199.tar.gz
(other): Doc fix.
Diffstat (limited to 'lisp')
-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"