]> git.eshelyaron.com Git - emacs.git/commit
Move dired-info and dired-man from dired-x to dired
authorStefan Kangas <stefan@marxist.se>
Sat, 2 Jul 2022 13:41:43 +0000 (15:41 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 2 Jul 2022 14:43:29 +0000 (16:43 +0200)
commit0bb6b2dd1eee72788bed6d16bc6e4502e52b4e1c
tree58bae19c24f2b677a69a6d9d9b732fd3fe50a172
parent25d80e4f8115bc297ebe99bc698e8257bb0d29b3
Move dired-info and dired-man from dired-x to dired

* lisp/dired-x.el (dired-bind-man, dired-bind-info): Change into
defvars and make obsolete.
(dired-extra-startup): Doc fix.
(dired-info, dired-man): Move from here...
* lisp/dired.el (dired-do-info, dired-do-man): ...to here and
rename.  (Bug#21981)

* lisp/dired.el (dired-mode-map): Bind 'I' and 'N' to 'dired-do-info'
and 'dired-do-man'.

* doc/misc/dired-x.texi (Miscellaneous Commands): Remove documentation
of 'dired-info' and 'dired-man'.
* doc/emacs/dired.texi (Dired Enter): Document 'dired-do-info' and
'dired-do-man'.
* etc/NEWS: Announce the above changes.
doc/emacs/dired.texi
doc/misc/dired-x.texi
etc/NEWS
lisp/dired-x.el
lisp/dired.el