mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* lisp/help-macro.el (three-step-help): Revert 2012-09-29 change.
Fixes: debbugs:12567
This commit is contained in:
parent
96ef9ccd1b
commit
05e153a645
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user