Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f7d64d2
Commit
0f7d64d2
authored
Nov 19, 1996
by
Geoff Voelker
Browse files
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.
parent
659ebcc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/window.c
src/window.c
+4
-4
No files found.
src/window.c
View file @
0f7d64d2
...
...
@@ -1985,9 +1985,9 @@ display_buffer_1 (window)
}
DEFUN
(
"special-display-p"
,
Fspecial_display_p
,
Sspecial_display_p
,
1
,
1
,
0
,
"Returns non-nil if a buffer named BUFFER-NAME would be created specially.
The value is actually t if the frame should be called with default frame
parameters, and a list of frame parameters if they were specified.
"Returns non-nil if a buffer named BUFFER-NAME would be created specially.
\n
\
The value is actually t if the frame should be called with default frame
\n
\
parameters, and a list of frame parameters if they were specified.
\n
\
See `special-display-buffer-names', and `special-display-regexps'."
)
(
buffer_name
)
Lisp_Object
buffer_name
;
...
...
@@ -2019,7 +2019,7 @@ See `special-display-buffer-names', and `special-display-regexps'.")
}
DEFUN
(
"same-window-p"
,
Fsame_window_p
,
Ssame_window_p
,
1
,
1
,
0
,
"Returns non-nil if a new buffer named BUFFER-NAME would use the same window.
"Returns non-nil if a new buffer named BUFFER-NAME would use the same window.
\n
\
See `same-window-buffer-names' and `same-window-regexps'."
)
(
buffer_name
)
Lisp_Object
buffer_name
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment