* src/process.c (Fset_process_buffer): Clarify return value in docstring.

This commit is contained in:
Deniz Dogan 2011-06-20 14:54:05 +02:00
parent 4c43d97b5c
commit 76147d94eb
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -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;