aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/calendar.texi4
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/dired.texi6
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi
index 09111853958..8dc1a0b2df8 100644
--- a/doc/emacs/calendar.texi
+++ b/doc/emacs/calendar.texi
@@ -532,8 +532,8 @@ holidays centered around a different month, use @kbd{C-u M-x
532holidays}, which prompts for the month and year. 532holidays}, which prompts for the month and year.
533 533
534 The holidays known to Emacs include United States holidays and the 534 The holidays known to Emacs include United States holidays and the
535major Bahá'í, Chinese, Christian, Islamic, and Jewish holidays; also the 535major Bah@'{a}@t{'}@'{i}, Chinese, Christian, Islamic, and Jewish
536solstices and equinoxes. 536holidays; also the solstices and equinoxes.
537 537
538@findex list-holidays 538@findex list-holidays
539 The command @kbd{M-x holiday-list} displays the list of holidays for 539 The command @kbd{M-x holiday-list} displays the list of holidays for
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 406f0c96c1f..d034a78501b 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1882,7 +1882,7 @@ also unset keys, when passed @code{nil} as the binding.
1882 1882
1883 Since a mode's keymaps are not constructed until it has been loaded, 1883 Since a mode's keymaps are not constructed until it has been loaded,
1884you must delay running code which modifies them, e.g., by putting it 1884you must delay running code which modifies them, e.g., by putting it
1885on a @dfn{mode hook} (@pxref{(Hooks)}). For example, Texinfo mode 1885on a @dfn{mode hook} (@pxref{Hooks}). For example, Texinfo mode
1886runs the hook @code{texinfo-mode-hook}. Here's how you can use the 1886runs the hook @code{texinfo-mode-hook}. Here's how you can use the
1887hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove 1887hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove
1888the one for @kbd{C-c C-x x} in Texinfo mode: 1888the one for @kbd{C-c C-x x} in Texinfo mode:
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index d5144141803..4ff1dc1bd94 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -723,7 +723,13 @@ with renamed files so that they refer to the new names.
723@vindex dired-vc-rename-file 723@vindex dired-vc-rename-file
724If the value of the variable @code{dired-vc-rename-file} is non-@code{nil}, 724If the value of the variable @code{dired-vc-rename-file} is non-@code{nil},
725files are renamed using the commands of the underlying VCS, via 725files are renamed using the commands of the underlying VCS, via
726@ifnottex
726@code{vc-rename-file} (@pxref{VC Delete/Rename}). 727@code{vc-rename-file} (@pxref{VC Delete/Rename}).
728@end ifnottex
729@iftex
730@code{vc-rename-file} (@pxref{VC Delete/Rename,, Deleting and Renaming
731Version-Controlled Files, emacs-xtra, Specialized Emacs Features}).
732@end iftex
727 733
728@findex dired-do-hardlink 734@findex dired-do-hardlink
729@kindex H @r{(Dired)} 735@kindex H @r{(Dired)}