From 8715f5a6aa568928e807c6b18011265bfe2d79fe Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 21 Oct 2013 06:33:05 +0800 Subject: [PATCH] Remove unnecessary @refill. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/custom.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 389757eee65..f36097e5ed6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-10-20 Xue Fuqiao + + * custom.texi (Init Syntax, Terminal Init, Terminal Init): Remove @refill. + 2013-10-13 Glenn Morris * ack.texi (Acknowledgments): Comment out old alpha stuff. diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index f3e07fd8ba0..741028cc0a8 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -2188,7 +2188,7 @@ sequences are mandatory. @samp{\C-} can be used as a prefix for a control character, as in @samp{\C-s} for @acronym{ASCII} control-S, and @samp{\M-} can be used as a prefix for a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for -@kbd{Control-Meta-A}.@refill +@kbd{Control-Meta-A}. @xref{Init Non-ASCII}, for information about including non-@acronym{ASCII} in your init file. @@ -2451,7 +2451,7 @@ it is run on that type of terminal. For a terminal type named found by searching the directories @code{load-path} as usual and trying the suffixes @samp{.elc} and @samp{.el}. Normally it appears in the subdirectory @file{term} of the directory where most Emacs libraries are -kept.@refill +kept. The usual purpose of the terminal-specific library is to map the escape sequences used by the terminal's function keys onto more @@ -2466,7 +2466,7 @@ function keys that Termcap does not specify. before the first hyphen is significant in choosing the library name. Thus, terminal types @samp{aaa-48} and @samp{aaa-30-rv} both use the library @file{term/aaa}. The code in the library can use -@code{(getenv "TERM")} to find the full terminal type name.@refill +@code{(getenv "TERM")} to find the full terminal type name. @vindex term-file-prefix The library's name is constructed by concatenating the value of the -- 2.39.2