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
098c61f2
Commit
098c61f2
authored
May 06, 2006
by
Eli Zaretskii
Browse files
(dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main
manual, not to emacs-xtra.
parent
b3a59350
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lisp/dired-aux.el
lisp/dired-aux.el
+2
-2
lisp/ldefs-boot.el
lisp/ldefs-boot.el
+2
-2
No files found.
lisp/dired-aux.el
View file @
098c61f2
...
...
@@ -918,7 +918,7 @@ or delete subdirectories can bypass this machinery. Hence, you sometimes
may have to reset some subdirectory switches after a `dired-undo'.
You can reset all subdirectory switches to the default using
\\<dired-mode-map>\\[dired-reset-subdir-switches].
See Info node `(emacs
-xtra
)Subdir switches' for more details."
See Info node `(emacs)Subdir switches' for more details."
;; Moves point if the next ARG files are redisplayed.
(
interactive
"P\np"
)
(
if
(
and
test-for-subdir
(
dired-get-subdir
))
...
...
@@ -1761,7 +1761,7 @@ or delete subdirectories can bypass this machinery. Hence, you sometimes
may
have
to
reset
some
subdirectory
switches
after
a
`
dired-undo
'.
You
can
reset
all
subdirectory
switches
to
the
default
using
\\<dired-mode-map>\\[dired-reset-subdir-switches].
See
Info
node
`
(
emacs
-xtra
)
Subdir
switches
'
for
more
details.
"
See
Info
node
`
(
emacs
)
Subdir
switches
'
for
more
details.
"
(interactive
(list (dired-get-filename)
(if current-prefix-arg
...
...
lisp/ldefs-boot.el
View file @
098c61f2
...
...
@@ -7037,7 +7037,7 @@ or delete subdirectories can bypass this machinery. Hence, you sometimes
may have to reset some subdirectory switches after a `dired-undo'.
You can reset all subdirectory switches to the default using
\\<dired-mode-map>\\[dired-reset-subdir-switches].
See Info node `(emacs
-xtra
)Subdir switches' for more details.
See Info node `(emacs)Subdir switches' for more details.
\(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
...
...
@@ -7175,7 +7175,7 @@ or delete subdirectories can bypass this machinery. Hence, you sometimes
may have to reset some subdirectory switches after a `dired-undo'.
You can reset all subdirectory switches to the default using
\\<dired-mode-map>\\[dired-reset-subdir-switches].
See Info node `(emacs
-xtra
)Subdir switches' for more details.
See Info node `(emacs)Subdir switches' for more details.
\(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
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