changeset 39964:4ca5cbe5610d

(process-inherit-coding-system-flag, get-buffer-process): Do not confuse make-docfile with doc strings in comment.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 15 Oct 2001 14:51:57 +0000
parents c26d64521fcd
children 46d26a4374ca
files src/process.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Mon Oct 15 14:34:08 2001 +0000
+++ b/src/process.c	Mon Oct 15 14:51:57 2001 +0000
@@ -4965,9 +4965,9 @@
 }
 
 
+/* Don't confuse make-docfile by having two doc strings for this function.
+   make-docfile does not pay attention to #if, for good reason!  */
 DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
-  /* Don't confuse make-docfile by having two doc strings for this function.
-     make-docfile does not pay attention to #if, for good reason!  */
   0)
   (name)
      register Lisp_Object name;
@@ -4975,11 +4975,11 @@
   return Qnil;
 }
 
+  /* Don't confuse make-docfile by having two doc strings for this function.
+     make-docfile does not pay attention to #if, for good reason!  */
 DEFUN ("process-inherit-coding-system-flag",
   Fprocess_inherit_coding_system_flag, Sprocess_inherit_coding_system_flag,
   1, 1, 0,
-  /* Don't confuse make-docfile by having two doc strings for this function.
-     make-docfile does not pay attention to #if, for good reason!  */
   0)
   (process)
      register Lisp_Object process;