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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
05e153a6
Commit
05e153a6
authored
Oct 03, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/help-macro.el (three-step-help): Revert 2012-09-29 change.
Fixes: debbugs:12567
parent
96ef9ccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/help-macro.el
lisp/help-macro.el
+5
-0
No files found.
lisp/ChangeLog
View file @
05e153a6
2012-10-03 Glenn Morris <rgm@gnu.org>
* help-macro.el (three-step-help):
Revert 2012-09-29 change. (Bug#12567)
2012-10-03 Martin Rudalics <rudalics@gmx.at>
* menu-bar.el (kill-this-buffer): Don't do anything when
...
...
lisp/help-macro.el
View file @
05e153a6
...
...
@@ -69,6 +69,11 @@
(
require
'backquote
)
;; This needs to be autoloaded because it is used in the
;; make-help-screen macro. Using (bound-and-true-p three-step-help)
;; is not an acceptable alternative, because nothing loads help-macro
;; in a normal session, so any user customization would never be applied.
;;;###autoload
(
defcustom
three-step-help
nil
"Non-nil means give more info about Help command in three steps.
The three steps are simple prompt, prompt with all options, and
...
...
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