# HG changeset patch # User Juanma Barranquero # Date 1052243188 0 # Node ID 414ce630df1e5f9795922cecbc2fc428a3f32f29 # Parent dfb956ccddc90ee23d866f61e089db4e0f4db8b7 (rlogin-process-connection-type): Don't quote nil and t in docstrings. diff -r dfb956ccddc9 -r 414ce630df1e lisp/net/rlogin.el --- a/lisp/net/rlogin.el Tue May 06 17:45:50 2003 +0000 +++ b/lisp/net/rlogin.el Tue May 06 17:46:28 2003 +0000 @@ -6,7 +6,7 @@ ;; Maintainer: Noah Friedman ;; Keywords: unix, comm -;; $Id: rlogin.el,v 1.2 2002/03/14 08:51:43 miles Exp $ +;; $Id: rlogin.el,v 1.3 2002/03/14 11:51:47 miles Exp $ ;; This file is part of GNU Emacs. @@ -71,8 +71,8 @@ (string-match "-solaris2" system-configuration)) t) (t nil))) - "*If non-`nil', use a pty for the local rlogin process. -If `nil', use a pipe (if pipes are supported on the local system). + "*If non-nil, use a pty for the local rlogin process. +If nil, use a pipe (if pipes are supported on the local system). Generally it is better not to waste ptys on systems which have a static number of them. On the other hand, some implementations of `rlogin' assume