changeset 23443:362c52acd51f

(ffap-machine-p-local): Fix editing error.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Oct 1998 15:31:30 +0000
parents ded299082c16
children a632871d7cfa
files lisp/ffap.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))