From: Dave Love Date: Thu, 27 Jul 2000 13:11:10 +0000 (+0000) Subject: Mention keybindings of non-ASCII chars. X-Git-Tag: emacs-pretest-21.0.90~2572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6824708b09e5e8aa1f0d440ef5c5dcf506606a7d;p=emacs.git Mention keybindings of non-ASCII chars. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index c53edbe77ec..efc1d991fbe 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -322,7 +322,8 @@ this does make a difference, you can force a particular Lisp file to be 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