Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
918fe50f
Commit
918fe50f
authored
Feb 12, 2010
by
Juri Linkov
Browse files
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
parent
c5347676
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/ffap.el
lisp/ffap.el
+2
-1
No files found.
lisp/ChangeLog
View file @
918fe50f
2010-02-12 Juri Linkov <juri@jurta.org>
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (copy-overlay): Handle deleted overlays.
...
...
lisp/ffap.el
View file @
918fe50f
...
...
@@ -1796,7 +1796,8 @@ ffap most of the time."
;;;###autoload
(
defun
dired-at-point
(
&optional
filename
)
"Start Dired, defaulting to file at point. See `ffap'."
"Start Dired, defaulting to file at point. See `ffap'.
If `dired-at-point-require-prefix' is set, the prefix meaning is reversed."
(
interactive
)
(
if
(
and
(
called-interactively-p
'interactive
)
(
if
dired-at-point-require-prefix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment