diff options
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 4542db97306..26d26bed8ae 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -110,6 +110,10 @@ Function to call to quit the current buffer. @item change-major-mode-hook @xref{Creating Buffer-Local}. +@item comint-password-function +This abnormal hook permits a derived mode to supply a password for the +underlying command interpreter without prompting the user. + @item command-line-functions @xref{Command-Line Arguments}. |