# HG changeset patch # User Richard M. Stallman # Date 908292690 0 # Node ID 362c52acd51f779b62c28b51223eac924c0577e0 # Parent ded299082c16371da03e589fa731159a6b6c727b (ffap-machine-p-local): Fix editing error. diff -r ded299082c16 -r 362c52acd51f lisp/ffap.el --- a/lisp/ffap.el Tue Oct 13 15:22:42 1998 +0000 +++ b/lisp/ffap.el Tue Oct 13 15:31:30 1998 +0000 @@ -334,7 +334,7 @@ ;; machine, try setting these all to accept or reject. (defcustom ffap-machine-p-local 'reject ; this happens often "*What `ffap-machine-p' does with hostnames that have no domain. -Value should be a symbol, one of `ping', `accept', and `reject'. +Value should be a symbol, one of `ping', `accept', and `reject'." :type '(choice (const ping) (const accept) (const reject))