Function: pr-toggle-lock-menu
pr-toggle-lock-menu is an interactive and byte-compiled function
defined in printing.el.gz.
Signature
(pr-toggle-lock-menu &optional NO-MENU)
Documentation
Toggle whether the menu is locked while selecting toggle options.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-toggle-lock-menu (&optional no-menu)
"Toggle whether the menu is locked while selecting toggle options."
(interactive)
(pr-toggle 'pr-menu-lock "Menu lock"
'printing 2 12 'toggle nil no-menu))