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
1fc6097b
Commit
1fc6097b
authored
Apr 25, 2012
by
Chong Yidong
Browse files
* cus-edit.el (custom-buffer-create-internal): Update header text.
parent
afc6df87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/cus-edit.el
lisp/cus-edit.el
+5
-6
No files found.
lisp/ChangeLog
View file @
1fc6097b
2012-04-25 Chong Yidong <cyd@gnu.org>
* cus-edit.el (custom-buffer-create-internal): Update header text.
2012-04-25 Eli Zaretskii <eliz@gnu.org>
* progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
...
...
lisp/cus-edit.el
View file @
1fc6097b
...
...
@@ -1591,13 +1591,12 @@ Otherwise use brackets."
(
let
((
init-file
(
or
custom-file
user-init-file
)))
;; Insert verbose help at the top of the custom buffer.
(
when
custom-buffer-verbose-help
(
widget-insert
(
if
init-file
"To apply changes, use the Save or Set buttons."
"Custom settings cannot be saved; maybe you started Emacs with `-q'."
)
"\nFor details, see "
)
(
unless
init-file
(
widget-insert
"Custom settings cannot be saved; maybe you started Emacs with `-q'.\n"
))
(
widget-insert
"For help using this buffer, see "
)
(
widget-create
'custom-manual
:tag
"
Saving
Customization
s
"
"(emacs)
Saving
Customization
s
"
)
:tag
"
Easy
Customization"
"(emacs)
Easy
Customization"
)
(
widget-insert
" in the "
)
(
widget-create
'custom-manual
:tag
"Emacs manual"
...
...
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