Mercurial > emacs
changeset 30499:e603bf6a21ad
Mention keybindings of non-ASCII chars.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 27 Jul 2000 13:11:10 +0000 |
parents | 79122ed1162e |
children | 1d1ab0dfb528 |
files | lispref/loading.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/loading.texi Thu Jul 27 13:09:58 2000 +0000 +++ b/lispref/loading.texi Thu Jul 27 13:11:10 2000 +0000 @@ -322,7 +322,8 @@ interpreted as unibyte by writing @samp{-*-unibyte: t;-*-} in a comment on the file's first line. With that designator, the file will unconditionally be interpreted as unibyte, even in an ordinary -multibyte Emacs session. +multibyte Emacs session. This can matter when making keybindings to +non-@sc{ascii} characters written as @code{?v@var{literal}}. @node Autoload @section Autoload