mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08: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
2 changed files with 10 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue