# HG changeset patch # User Richard M. Stallman # Date 894697934 0 # Node ID 79a3c4eba19f78180bb39da5c50e27b44d556182 # Parent ea83fc4c4f779bdde728914641924beee77888d2 (widgets: sexp, variable, list, vector): Doc fixes. diff -r ea83fc4c4f77 -r 79a3c4eba19f lisp/wid-edit.el --- a/lisp/wid-edit.el Sat May 09 07:02:50 1998 +0000 +++ b/lisp/wid-edit.el Sat May 09 07:12:14 1998 +0000 @@ -3059,7 +3059,7 @@ (define-widget 'variable 'symbol ;; Should complete on variables. - "A lisp variable." + "A Lisp variable." :prompt-match 'boundp :prompt-history 'widget-variable-prompt-value-history :tag "Variable") @@ -3100,7 +3100,7 @@ ) (define-widget 'sexp 'editable-field - "An arbitrary lisp expression." + "An arbitrary Lisp expression." :tag "Lisp expression" :format "%{%t%}: %v" :value nil @@ -3223,12 +3223,12 @@ (integerp value)))) (define-widget 'list 'group - "A lisp list." + "A Lisp list." :tag "List" :format "%{%t%}:\n%v") (define-widget 'vector 'group - "A lisp vector." + "A Lisp vector." :tag "Vector" :format "%{%t%}:\n%v" :match 'widget-vector-match