diff options
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 279e78ebe7b..eb2e34318fd 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -104,7 +104,7 @@ Hook run when the buffer list changes (@pxref{Buffer List}). @item buffer-quit-function @vindex buffer-quit-function -Function to call to ``quit'' the current buffer. +Function to call to quit the current buffer. @item change-major-mode-hook @xref{Creating Buffer-Local}. |