comparison lisp/ph.el @ 19913:4c82de07281c

(ph-server): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:32:16 +0000
parents 8906a04da073
children 7b1e019be521
comparison
equal deleted inserted replaced
19912:4355457d9749 19913:4c82de07281c
79 79
80 (defcustom ph-server nil 80 (defcustom ph-server nil
81 "*The name or IP address of the CCSO (PH/QI) server. 81 "*The name or IP address of the CCSO (PH/QI) server.
82 A port number may be specified by appending a colon and a 82 A port number may be specified by appending a colon and a
83 number to the name of the server." 83 number to the name of the server."
84 :type '(string :tag "Server") 84 :type '(choice (string :tag "Server")
85 (const nil))
85 :group 'ph) 86 :group 'ph)
86 87
87 (defcustom ph-strict-return-matches t 88 (defcustom ph-strict-return-matches t
88 "*If non-nil, entries not containing all requested return fields are ignored." 89 "*If non-nil, entries not containing all requested return fields are ignored."
89 :type 'boolean 90 :type 'boolean