1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ediff-window-setup-function): Extend type declaration.

This commit is contained in:
Markus Rost 2002-07-26 02:11:28 +00:00
parent d99118b044
commit e5184e9fcb
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-07-25 Markus Rost <rost@math.ohio-state.edu>
* ediff-wind.el (ediff-window-setup-function): Extend type
declaration.
2002-07-25 Sam Steingold <sds@gnu.org>
* replace.el (occur-rename-buffer): New command.

View file

@ -94,7 +94,9 @@ The basic guidelines:
Buffer C may not be used in jobs that compare only two buffers.
If you plan to do something fancy, take a close look at how the two
provided functions are written."
:type 'function
:type '(choice (const :tag "Multi Frame" ediff-setup-windows-multiframe)
(const :tag "Single Frame" ediff-setup-windows-plain)
(function :tag "Other function"))
:group 'ediff-window)
;; indicates if we are in a multiframe setup