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:
parent
22115a9ebb
commit
25c49fdcb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user