diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:46:28 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:46:28 +0000 |
commit | 5199cf98c8941fec8555f13b6dc7a456062aa354 (patch) | |
tree | fabff81de908d734ecdc10a5505a3e0137403fc3 | |
parent | e7f32a755195fc8fd40df7416ce388ecc40bc658 (diff) | |
download | emacs-5199cf98c8941fec8555f13b6dc7a456062aa354.tar.gz |
(rlogin-process-connection-type): Don't quote nil and t in docstrings.
-rw-r--r-- | lisp/net/rlogin.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/rlogin.el b/lisp/net/rlogin.el index 3d2a374852e..cc2defdf166 100644 --- a/lisp/net/rlogin.el +++ b/lisp/net/rlogin.el @@ -6,7 +6,7 @@ ;; Maintainer: Noah Friedman <friedman@splode.com> ;; 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 |