aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1996-10-06 16:55:03 +0000
committerErik Naggum1996-10-06 16:55:03 +0000
commit6777ae524e7e9ca874a1cbe67753650b0e049322 (patch)
tree12e36efbfe6b534d621601af36f32c9d56f474be /src
parenta1c9f2095f55557a79d2608a85e61ad6dcc3ceaf (diff)
downloademacs-6777ae524e7e9ca874a1cbe67753650b0e049322.tar.gz
emacs-6777ae524e7e9ca874a1cbe67753650b0e049322.zip
(special-display-p): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
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
1982DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, 1982DEFUN ("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.
1984The value is actually t if the frame should be called with default frame 1984The value is actually t if the frame should be called with default frame
1985parameters, and a list of frame parameters if they were specified. 1985parameters, and a list of frame parameters if they were specified.
1986See `special-display-buffer-names', and `special-display-regexps'.") 1986See `special-display-buffer-names', and `special-display-regexps'.")