From 6824708b09e5e8aa1f0d440ef5c5dcf506606a7d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 27 Jul 2000 13:11:10 +0000 Subject: [PATCH] Mention keybindings of non-ASCII chars. --- lispref/loading.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2