Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76147d94
Commit
76147d94
authored
Jun 20, 2011
by
Deniz Dogan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/process.c (Fset_process_buffer): Clarify return value in docstring.
parent
4c43d97b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/process.c
src/process.c
+2
-1
No files found.
src/ChangeLog
View file @
76147d94
2011-06-20 Deniz Dogan <deniz@dogan.se>
* process.c (Fset_process_buffer): Clarify return value in
docstring.
2011-06-18 Chong Yidong <cyd@stupidchicken.com>
* dispnew.c (add_window_display_history): Use BVAR.
...
...
src/process.c
View file @
76147d94
...
...
@@ -892,7 +892,8 @@ not the name of the pty that Emacs uses to talk with that terminal. */)
DEFUN
(
"set-process-buffer"
,
Fset_process_buffer
,
Sset_process_buffer
,
2
,
2
,
0
,
doc
:
/* Set buffer associated with PROCESS to BUFFER (a buffer, or nil). */
)
doc
:
/* Set buffer associated with PROCESS to BUFFER (a buffer, or nil).
Return BUFFER. */
)
(
register
Lisp_Object
process
,
Lisp_Object
buffer
)
{
struct
Lisp_Process
*
p
;
...
...
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