diff options
| author | Erik Naggum | 1996-10-06 16:55:03 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-10-06 16:55:03 +0000 |
| commit | 6777ae524e7e9ca874a1cbe67753650b0e049322 (patch) | |
| tree | 12e36efbfe6b534d621601af36f32c9d56f474be /src | |
| parent | a1c9f2095f55557a79d2608a85e61ad6dcc3ceaf (diff) | |
| download | emacs-6777ae524e7e9ca874a1cbe67753650b0e049322.tar.gz emacs-6777ae524e7e9ca874a1cbe67753650b0e049322.zip | |
(special-display-p): 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 014cd3cedfd..900b66a0068 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1980,7 +1980,7 @@ display_buffer_1 (window) | |||
| 1980 | } | 1980 | } |
| 1981 | 1981 | ||
| 1982 | DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, | 1982 | DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, |
| 1983 | "Returns non-nil if BUFFER-NAME would use a special display function. | 1983 | "Returns non-nil if a buffer named BUFFER-NAME would be created specially. |
| 1984 | The value is actually t if the frame should be called with default frame | 1984 | The value is actually t if the frame should be called with default frame |
| 1985 | parameters, and a list of frame parameters if they were specified. | 1985 | parameters, and a list of frame parameters if they were specified. |
| 1986 | See `special-display-buffer-names', and `special-display-regexps'.") | 1986 | See `special-display-buffer-names', and `special-display-regexps'.") |