1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(ph-server): Fix customize type.

This commit is contained in:
Richard M. Stallman 1997-09-13 06:32:16 +00:00
parent 22115a9ebb
commit 25c49fdcb4

View File

@ -81,7 +81,8 @@
"*The name or IP address of the CCSO (PH/QI) server.
A port number may be specified by appending a colon and a
number to the name of the server."
:type '(string :tag "Server")
:type '(choice (string :tag "Server")
(const nil))
:group 'ph)
(defcustom ph-strict-return-matches t