; * lisp/novice.el (disabled-command-function): Add note in a comment.
This commit is contained in:
parent
4a603c9849
commit
812597f864
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ You can now type:
|
|||
\\`SPC' to try the command just this once, but leave it disabled.
|
||||
\\`!' to enable it and all the disabled commands for this session.")))
|
||||
(char
|
||||
;; Note: the prompt produced from the choices below must not
|
||||
;; overflow a single screen line, because otherwise it will
|
||||
;; cause the mini-window to resize, which will in turn hide
|
||||
;; the last line of the help text above: the code which fits
|
||||
;; the window to the size of the help text does not expect
|
||||
;; the mini-window to become taller.
|
||||
(car (read-multiple-choice "Use this command?"
|
||||
'((?n "no")
|
||||
(?y "yes")
|
||||
|
|
Loading…
Add table
Reference in a new issue