aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ph.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ph.el b/lisp/ph.el
index 6343641e142..40abafaa802 100644
--- a/lisp/ph.el
+++ b/lisp/ph.el
@@ -81,7 +81,8 @@
81 "*The name or IP address of the CCSO (PH/QI) server. 81 "*The name or IP address of the CCSO (PH/QI) server.
82A port number may be specified by appending a colon and a 82A port number may be specified by appending a colon and a
83number to the name of the server." 83number 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