Package: gettext-el
Version: 0.19.8.1-2
Severity: normal
Hello!
po-mode runs `po-subedit-mode-hook' in po-mode.el:2447, but that hook is
only mentioned in description of `po-edit-string()' function, but is not
declared as customizable variable (defvar/defcustom).
It makes it impossible to configure it with Custom or locate that hook
with `describe-variable()'[1]. I would suggest adding following lines:
(defcustom po-subedit-mode-hook nil
"List of functions to run in buffer, created by `po-edit-string'."
:group 'po
:typee 'hook)
[1] Personally, I found this hook by reading the sources. Not very
user-friendly.