summaryrefslogtreecommitdiff
path: root/doc/emacs/custom.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-05-08 14:21:35 +0300
committerEli Zaretskii <eliz@gnu.org>2020-05-08 14:21:35 +0300
commit7081c1d66fe99964c28794420f8cf4169fb8f818 (patch)
tree981184461fd89c3067fdea6973e08395fcfc3d35 /doc/emacs/custom.texi
parent0385771e2feab1d8e564bbda7edc7acb88aaf0a5 (diff)
downloademacs-7081c1d66fe99964c28794420f8cf4169fb8f818.tar.gz
emacs-7081c1d66fe99964c28794420f8cf4169fb8f818.tar.bz2
emacs-7081c1d66fe99964c28794420f8cf4169fb8f818.zip
Fix typos in the Emacs user manual
* doc/emacs/calendar.texi (Holidays): Fix usage of non-ASCII accents. * doc/emacs/custom.texi (Init Rebinding): Fix a cross-reference. * doc/emacs/dired.texi (Operating on Files): Make the cross-reference to "VC Delete/Rename" be to a different manual in the printed version. (Bug#41100)
Diffstat (limited to 'doc/emacs/custom.texi')
-rw-r--r--doc/emacs/custom.texi2
1 files changed, 1 insertions, 1 deletions
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.
Since a mode's keymaps are not constructed until it has been loaded,
you must delay running code which modifies them, e.g., by putting it
-on a @dfn{mode hook} (@pxref{(Hooks)}). For example, Texinfo mode
+on a @dfn{mode hook} (@pxref{Hooks}). For example, Texinfo mode
runs the hook @code{texinfo-mode-hook}. Here's how you can use the
hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove
the one for @kbd{C-c C-x x} in Texinfo mode: