diff options
| author | Richard M. Stallman | 1994-09-27 01:37:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-27 01:37:06 +0000 |
| commit | bdd3a8023b1b31c9630416e59c4ed466e906927a (patch) | |
| tree | 9ed4af73ac2e2cd616392eab22803a8c709a4d72 /src | |
| parent | 0ed62dc799f78709c04708ff89829e7d41c4d2f4 (diff) | |
| download | emacs-bdd3a8023b1b31c9630416e59c4ed466e906927a.tar.gz emacs-bdd3a8023b1b31c9630416e59c4ed466e906927a.zip | |
(syms_of_window): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 35140f239a9..b34f8a86132 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3285,7 +3285,7 @@ See also `special-display-buffer-names'."); | |||
| 3285 | It is called with two arguments, the buffer and optional buffer specific\n\ | 3285 | It is called with two arguments, the buffer and optional buffer specific\n\ |
| 3286 | data, and should return a window displaying that buffer.\n\ | 3286 | data, and should return a window displaying that buffer.\n\ |
| 3287 | The default value makes a separate frame for the buffer,\n\ | 3287 | The default value makes a separate frame for the buffer,\n\ |
| 3288 | using `special-display-alist' to specify the frame parameters.\n\ | 3288 | using `special-display-frame-alist' to specify the frame parameters.\n\ |
| 3289 | \n\ | 3289 | \n\ |
| 3290 | A buffer is special if its is listed in `special-display-buffer-names'\n\ | 3290 | A buffer is special if its is listed in `special-display-buffer-names'\n\ |
| 3291 | or matches a regexp in `special-display-regexps'."); | 3291 | or matches a regexp in `special-display-regexps'."); |