emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/faq.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/faq.texi
Date: Wed, 08 Feb 2006 02:21:20 +0000

Index: emacs/man/faq.texi
diff -u emacs/man/faq.texi:1.78 emacs/man/faq.texi:1.79
--- emacs/man/faq.texi:1.78     Mon Feb  6 19:48:31 2006
+++ emacs/man/faq.texi  Wed Feb  8 02:21:20 2006
@@ -4679,8 +4679,7 @@
 @cindex @key{Meta} key and @code{xterm}
 @cindex Xterm and @key{Meta} key
 
address@hidden Character Support, Single-Byte Character Set
-Support, emacs}.
address@hidden Mode, Single-Byte Character Set Support, emacs}.
 
 If the advice in the Emacs manual fails, try all of these methods before
 asking for further help:
@@ -4780,10 +4779,10 @@
 @code{minibuffer-complete-word} in the minibuffer, as follows:
 
 @lisp
-(define-key minibuffer-local-filename-completion-map (kbd "SPC") 
+(define-key minibuffer-local-filename-completion-map (kbd "SPC")
   'minibuffer-complete-word)
 
-(define-key minibuffer-local-must-match-filename-map (kbd "SPC") 
+(define-key minibuffer-local-must-match-filename-map (kbd "SPC")
   'minibuffer-complete-word)
 @end lisp
 
@@ -4804,7 +4803,7 @@
 @cindex Displaying eight-bit characters
 @cindex Eight-bit characters, displaying
 
address@hidden Character Support, Single-byte Character Set
address@hidden Mode, Single-byte Character Set
 Support, emacs}.  On a Unix, when Emacs runs on a text-only terminal
 display or is invoked with @samp{emacs -nw}, you typically need to use
 @code{set-terminal-coding-system} to tell Emacs what the terminal can
@@ -4821,7 +4820,7 @@
 @cindex Input, 8-bit characters
 
 Various methods are available for input of eight-bit characters.  See
address@hidden Character Support, Single-byte Character Set
address@hidden Mode, Single-byte Character Set
 Support, emacs}.  For more sophisticated methods, @inforef{Input
 Methods, Input Methods, emacs}.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]