Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10cb6e7b
Commit
10cb6e7b
authored
Nov 03, 2006
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.
parent
aaf08d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/cus-edit.el
lisp/cus-edit.el
+3
-3
No files found.
lisp/cus-edit.el
View file @
10cb6e7b
...
...
@@ -521,7 +521,7 @@ WIDGET is the widget to apply the filter entries of MENU on."
"List of prefixes that should be ignored by `custom-unlispify'."
)
(
defcustom
custom-unlispify-menu-entries
t
"Display menu entries as words instead of symbols if non
nil."
"Display menu entries as words instead of symbols if non
-
nil."
:group
'custom-menu
:type
'boolean
)
...
...
@@ -568,7 +568,7 @@ WIDGET is the widget to apply the filter entries of MENU on."
(
buffer-string
)))))
(
defcustom
custom-unlispify-tag-names
t
"Display tag names as words instead of symbols if non
nil."
"Display tag names as words instead of symbols if non
-
nil."
:group
'custom-buffer
:type
'boolean
)
...
...
@@ -846,7 +846,7 @@ it were the arg to `interactive' (which see) to interactively read the value.
If the variable has a `custom-type' property, it must be a widget and the
`:prompt-value' property of that widget will be used for reading the value.
If optional COMMENT argument is non
nil, also prompt for a comment and return
If optional COMMENT argument is non
-
nil, also prompt for a comment and return
it as the third element in the list."
(
let*
((
var
(
read-variable
prompt-var
))
(
minibuffer-help-form
'
(
describe-variable
var
))
...
...
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