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
80b709bc
Commit
80b709bc
authored
Nov 03, 2006
by
Juanma Barranquero
Browse files
(widget-image-enable): Use "non-nil" in docstrings.
parent
8728dbdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/wid-edit.el
lisp/wid-edit.el
+3
-3
No files found.
lisp/wid-edit.el
View file @
80b709bc
...
...
@@ -598,7 +598,7 @@ automatically."
:type
'directory
)
(
defcustom
widget-image-enable
t
"If non
nil, use image buttons in widgets when available."
"If non
-
nil, use image buttons in widgets when available."
:version
"21.1"
:group
'widgets
:type
'boolean
)
...
...
@@ -1719,7 +1719,7 @@ If END is omitted, it defaults to the length of LIST."
;;; The `push-button' Widget.
;; (defcustom widget-push-button-gui t
;; "If non
nil, use GUI push buttons when available."
;; "If non
-
nil, use GUI push buttons when available."
;; :group 'widgets
;; :type 'boolean)
...
...
@@ -2562,7 +2562,7 @@ Return an alist of (TYPE MATCH)."
;;; The `editable-list' Widget.
;; (defcustom widget-editable-list-gui nil
;; "If non
nil, use GUI push-buttons in editable list when available."
;; "If non
-
nil, use GUI push-buttons in editable list when available."
;; :type 'boolean
;; :group 'widgets)
...
...
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