From: Richard M. Stallman Date: Tue, 13 Oct 1998 15:31:30 +0000 (+0000) Subject: (ffap-machine-p-local): Fix editing error. X-Git-Tag: emacs-20.4~1506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88b5c6b38eb77cbb3263065c0aca2fd2d6eb26bc;p=emacs.git (ffap-machine-p-local): Fix editing error. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 2fa1b360dd6..f2cdcea9408 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -334,7 +334,7 @@ Actual search is done by `ffap-next-guess'." ;; 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))