# HG changeset patch # User Dave Love # Date 964703470 0 # Node ID e603bf6a21ad4b6d41dc78c7bc176ddaf6913bf5 # Parent 79122ed1162eb883896dad24d220db3536109428 Mention keybindings of non-ASCII chars. diff -r 79122ed1162e -r e603bf6a21ad lispref/loading.texi --- 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