diff options
| author | Richard M. Stallman | 1998-10-13 15:31:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-13 15:31:30 +0000 |
| commit | 88b5c6b38eb77cbb3263065c0aca2fd2d6eb26bc (patch) | |
| tree | 93c303af3620a80d71874dafe663e9959027c952 | |
| parent | e64159dd364e8556e8e485ad5030e6b1ff4d1beb (diff) | |
| download | emacs-88b5c6b38eb77cbb3263065c0aca2fd2d6eb26bc.tar.gz emacs-88b5c6b38eb77cbb3263065c0aca2fd2d6eb26bc.zip | |
(ffap-machine-p-local): Fix editing error.
| -rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 334 | ;; machine, try setting these all to accept or reject. | 334 | ;; machine, try setting these all to accept or reject. |
| 335 | (defcustom ffap-machine-p-local 'reject ; this happens often | 335 | (defcustom ffap-machine-p-local 'reject ; this happens often |
| 336 | "*What `ffap-machine-p' does with hostnames that have no domain. | 336 | "*What `ffap-machine-p' does with hostnames that have no domain. |
| 337 | Value should be a symbol, one of `ping', `accept', and `reject'. | 337 | Value should be a symbol, one of `ping', `accept', and `reject'." |
| 338 | :type '(choice (const ping) | 338 | :type '(choice (const ping) |
| 339 | (const accept) | 339 | (const accept) |
| 340 | (const reject)) | 340 | (const reject)) |