(ediff-prepare-buffer-hook): Expand docstring, no functional change.
This commit is contained in:
parent
26dcb81b52
commit
acce6d21f9
1 changed files with 111 additions and 110 deletions
|
@ -370,7 +370,7 @@ that Ediff doesn't know about.")
|
|||
:group 'ediff)
|
||||
|
||||
(defgroup ediff-hook nil
|
||||
"Hooks called by Ediff"
|
||||
"Hooks run by Ediff"
|
||||
:prefix "ediff-"
|
||||
:group 'ediff)
|
||||
|
||||
|
@ -384,7 +384,7 @@ on ediff-quit or ediff-suspend."
|
|||
:group 'ediff-hook)
|
||||
(defcustom ediff-before-setup-windows-hook nil
|
||||
"*Hooks to run before Ediff sets its window configuration.
|
||||
This hook is called every time when Ediff arranges its windows.
|
||||
This hook is run every time when Ediff arranges its windows.
|
||||
This happens each time Ediff detects that the windows were messed up by the
|
||||
user."
|
||||
:type 'hook
|
||||
|
@ -418,7 +418,8 @@ Can be used to move the frame where it is desired."
|
|||
:type 'hook
|
||||
:group 'ediff-hook)
|
||||
(defcustom ediff-prepare-buffer-hook nil
|
||||
"*Hooks called after buffers A, B, and C are set up."
|
||||
"*Hooks run after buffers A, B, and C are set up.
|
||||
For each buffer, the hooks are run with that buffer made current."
|
||||
:type 'hook
|
||||
:group 'ediff-hook)
|
||||
(defcustom ediff-load-hook nil
|
||||
|
|
Loading…
Add table
Reference in a new issue