diff options
Diffstat (limited to 'man/faq.texi')
-rw-r--r-- | man/faq.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/faq.texi b/man/faq.texi index 1212ed87d8e..4ac0bdc979c 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -3228,7 +3228,7 @@ setting things up so that @samp{ls -l} outputs US date format. This can be done by setting the locale. See your OS manual for more information. The second approach involves changing the regular expression used by -dired, @code{dired-move-to-filename-regexp}. +dired, @code{directory-listing-before-filename-regexp}. @c ------------------------------------------------------------ @node Compiling and installing Emacs, Finding Emacs and related packages, Bugs and problems, Top @@ -4634,7 +4634,7 @@ keymaps. However, in the specific case of @kbd{C-h} and @key{DEL}, you should toggle @code{normal-erase-is-backspace-mode} instead of calling -@code{keyboard-translate}. @inforef{DEL Does Not Delete, DEL Does Not Delete, +@code{keyboard-translate}. @inforef{DEL Does Not Delete, DEL Does Not Delete, emacs}. Keyboard translations are not the same as key bindings in keymaps. |