]> git.eshelyaron.com Git - emacs.git/commitdiff
; fix docstring typo in last commit
authorRobert Pluim <rpluim@gmail.com>
Thu, 22 Oct 2020 14:49:10 +0000 (16:49 +0200)
committerRobert Pluim <rpluim@gmail.com>
Thu, 22 Oct 2020 14:49:50 +0000 (16:49 +0200)
lisp/ffap.el

index 575821bdeaa203eee8e40e90e6c8eb7cd42e8bce..94aba5e5fb5f253c4819f740c86dfb7b0e0219df 100644 (file)
@@ -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")