* src/process.c (Fset_process_buffer): Clarify return value in docstring.
This commit is contained in:
parent
4c43d97b5c
commit
76147d94eb
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue