Describe the effect of 'guess' for 'ido-use-filename-at-point'
* ido.el (ido-use-filename-at-point): Document 'guess' value better.
This commit is contained in:
parent
6a677fd3b6
commit
dc843e0a9b
1 changed files with 4 additions and 3 deletions
|
@ -565,11 +565,12 @@ the `ido-work-directory-list' list."
|
|||
|
||||
(defcustom ido-use-filename-at-point nil
|
||||
"Non-nil means that Ido shall look for a filename at point.
|
||||
May use `ffap-guesser' to guess whether text at point is a filename.
|
||||
If found, use that as the starting point for filename selection."
|
||||
Value `guess' means use `ffap-guesser' to guess whether text at
|
||||
point is a filename. If found, use that as the starting point
|
||||
for filename selection."
|
||||
:type '(choice
|
||||
(const :tag "Disabled" nil)
|
||||
(const :tag "Guess filename" guess)
|
||||
(const :tag "Guess filename using ffap-guesser" guess)
|
||||
(other :tag "Use literal filename" t)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue