Mention the -e switch in an ange-ftp doc string
* lisp/net/ange-ftp.el (ange-ftp-ftp-program-args): Mention the -e switch (bug#48494).
This commit is contained in:
parent
327accb38f
commit
0eef929cbf
1 changed files with 5 additions and 1 deletions
|
@ -949,7 +949,11 @@ Some AT&T folks claim to use something called `pftp' here."
|
|||
:type 'string)
|
||||
|
||||
(defcustom ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v")
|
||||
"A list of arguments passed to the FTP program when started."
|
||||
;; Clients that use the BSD editline instead of the GNU readline
|
||||
;; library may need to disable command line editing. (Bug#48494)
|
||||
"A list of arguments passed to the FTP program when started.
|
||||
Some FTP clients may also require the \"-e\" argument, which disables
|
||||
command line editing."
|
||||
:group 'ange-ftp
|
||||
:type '(repeat string))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue