Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
be96282a
Commit
be96282a
authored
May 09, 1998
by
Richard M. Stallman
Browse files
(widgets: sexp, variable, list, vector): Doc fixes.
parent
6b797f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/wid-edit.el
lisp/wid-edit.el
+4
-4
No files found.
lisp/wid-edit.el
View file @
be96282a
...
...
@@ -3059,7 +3059,7 @@ It will read a directory name from the minibuffer when invoked."
(define-widget 'variable 'symbol
;; Should complete on variables.
"A
l
isp variable."
"A
L
isp variable."
:prompt-match 'boundp
:prompt-history 'widget-variable-prompt-value-history
:tag "Variable")
...
...
@@ -3100,7 +3100,7 @@ It will read a directory name from the minibuffer when invoked."
)
(define-widget 'sexp 'editable-field
"An arbitrary
l
isp expression."
"An arbitrary
L
isp expression."
:tag "Lisp expression"
:format "%{%t%}: %v"
:value nil
...
...
@@ -3223,12 +3223,12 @@ To use this type, you must define :match or :match-alternatives."
(integerp value))))
(define-widget 'list 'group
"A
l
isp list."
"A
L
isp list."
:tag "List"
:format "%{%t%}:\n%v")
(define-widget 'vector 'group
"A
l
isp vector."
"A
L
isp vector."
:tag "Vector"
:format "%{%t%}:\n%v"
:match 'widget-vector-match
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment