From: Robert Pluim Date: Thu, 22 Oct 2020 14:49:10 +0000 (+0200) Subject: ; fix docstring typo in last commit X-Git-Tag: emacs-28.0.90~5483^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5fdb1b1f6335da2a1dd60430b7521910dacab68;p=emacs.git ; fix docstring typo in last commit --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 575821bdeaa..94aba5e5fb5 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1051,8 +1051,8 @@ out of NAME." (defcustom ffap-rfc-path "https://www.rfc-editor.org/in-notes/rfc%s.txt" "A `format' string making a filename for RFC documents. -This can be an URL, and ange-ftp or Tramp remote filename to -download, or a local filename if you have full set of RFCs +This can be an URL, an ange-ftp or Tramp remote filename to +download, or a local filename if you have the full set of RFCs locally. See also `ffap-rfc-directories'." :type 'string :version "28.1")