diff options
| author | Juanma Barranquero | 2007-11-15 16:43:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 16:43:40 +0000 |
| commit | ba0c8532a1a2b0e6d59808ae54622eaddf93340b (patch) | |
| tree | 89d0e722a12c7d105fc12898c5675feaa3b73e1a /lisp | |
| parent | 3784ec80cec27405269e1110a8b7af7e730e9cf8 (diff) | |
| download | emacs-ba0c8532a1a2b0e6d59808ae54622eaddf93340b.tar.gz emacs-ba0c8532a1a2b0e6d59808ae54622eaddf93340b.zip | |
(ediff-window-setup-function): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ediff-wind.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 8b72a673d17..4efae0c0519 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el | |||
| @@ -77,7 +77,7 @@ Ediff provides a choice of three functions: `ediff-setup-windows-plain', for | |||
| 77 | doing everything in one frame, `ediff-setup-windows-multiframe', which sets | 77 | doing everything in one frame, `ediff-setup-windows-multiframe', which sets |
| 78 | the control panel in a separate frame, and | 78 | the control panel in a separate frame, and |
| 79 | `ediff-setup-windows-automatic' (the default), which chooses an appropriate | 79 | `ediff-setup-windows-automatic' (the default), which chooses an appropriate |
| 80 | behaviour based on the current window system. If the multiframe function | 80 | behavior based on the current window system. If the multiframe function |
| 81 | detects that one of the buffers A/B is seen in some other frame, it will try | 81 | detects that one of the buffers A/B is seen in some other frame, it will try |
| 82 | to keep that buffer in that frame. | 82 | to keep that buffer in that frame. |
| 83 | 83 | ||