]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/novice.el (disabled-command-function): Add note in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Mar 2023 20:22:41 +0000 (22:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Mar 2023 20:22:41 +0000 (22:22 +0200)
lisp/novice.el

index 18fb9f6c9fce575184c527dc96173fa43cd9a798..05e4bfc91c97d495047ce3fde2b53945e250b7be 100644 (file)
@@ -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")