diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:20:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:20:33 +0000 |
commit | c94a6bc0dde8a64cdaf920557ef494fff0145d5e (patch) | |
tree | 25171732c952a5878e923969b1edfd54e5344a8e /man | |
parent | 8f17d892d1f19fe8abad4a9d9c2f36cfd09453d5 (diff) | |
download | emacs-c94a6bc0dde8a64cdaf920557ef494fff0145d5e.tar.gz |
Explain how Binary Overwrite mode affects C-q.
Diffstat (limited to 'man')
-rw-r--r-- | man/custom.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/custom.texi b/man/custom.texi index 23f8bc1da25..c98471bcf2f 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -121,6 +121,8 @@ programs bind @key{INSERT} to similar functions. Binary Overwrite mode is a variant of Overwrite mode for editing binary files; it treats newlines and tabs like other characters, so that they overwrite other characters and can be overwritten by them. +In Binary Overwrite mode, digits after @kbd{C-q} specify an +octal character code, as usual. The following minor modes normally apply to all buffers at once. Since each is enabled or disabled by the value of a variable, you |