* Minor docstring updates.
[bpt/guile.git] / libguile / fports.c
index b711071..06dae4e 100644 (file)
@@ -229,7 +229,7 @@ scm_evict_ports (int fd)
 
 SCM_DEFINE (scm_file_port_p, "file-port?", 1, 0, 0,
            (SCM obj),
-           "Determine whether OBJ is a port that is related to a file.")
+           "Determine whether @var{obj} is a port that is related to a file.")
 #define FUNC_NAME s_scm_file_port_p
 {
   return SCM_BOOL (SCM_FPORTP (obj));