aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-21 06:33:05 +0800
committerXue Fuqiao2013-10-21 06:33:05 +0800
commit8715f5a6aa568928e807c6b18011265bfe2d79fe (patch)
treec1436946cd67495e157e5878cbcf12daeca04316
parenta9f8deecce02a4acdb5259297878799b69d56a21 (diff)
downloademacs-8715f5a6aa568928e807c6b18011265bfe2d79fe.tar.gz
emacs-8715f5a6aa568928e807c6b18011265bfe2d79fe.zip
Remove unnecessary @refill.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/custom.texi6
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 @@
12013-10-20 Xue Fuqiao <xfq.free@gmail.com>
2
3 * custom.texi (Init Syntax, Terminal Init, Terminal Init): Remove @refill.
4
12013-10-13 Glenn Morris <rgm@gnu.org> 52013-10-13 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi (Acknowledgments): Comment out old alpha stuff. 7 * 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.
2188@samp{\C-} can be used as a prefix for a control character, as in 2188@samp{\C-} can be used as a prefix for a control character, as in
2189@samp{\C-s} for @acronym{ASCII} control-S, and @samp{\M-} can be used as a prefix for 2189@samp{\C-s} for @acronym{ASCII} control-S, and @samp{\M-} can be used as a prefix for
2190a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for 2190a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for
2191@kbd{Control-Meta-A}.@refill 2191@kbd{Control-Meta-A}.
2192 2192
2193@xref{Init Non-ASCII}, for information about including 2193@xref{Init Non-ASCII}, for information about including
2194non-@acronym{ASCII} in your init file. 2194non-@acronym{ASCII} in your init file.
@@ -2451,7 +2451,7 @@ it is run on that type of terminal. For a terminal type named
2451found by searching the directories @code{load-path} as usual and trying the 2451found by searching the directories @code{load-path} as usual and trying the
2452suffixes @samp{.elc} and @samp{.el}. Normally it appears in the 2452suffixes @samp{.elc} and @samp{.el}. Normally it appears in the
2453subdirectory @file{term} of the directory where most Emacs libraries are 2453subdirectory @file{term} of the directory where most Emacs libraries are
2454kept.@refill 2454kept.
2455 2455
2456 The usual purpose of the terminal-specific library is to map the 2456 The usual purpose of the terminal-specific library is to map the
2457escape sequences used by the terminal's function keys onto more 2457escape sequences used by the terminal's function keys onto more
@@ -2466,7 +2466,7 @@ function keys that Termcap does not specify.
2466before the first hyphen is significant in choosing the library name. 2466before the first hyphen is significant in choosing the library name.
2467Thus, terminal types @samp{aaa-48} and @samp{aaa-30-rv} both use 2467Thus, terminal types @samp{aaa-48} and @samp{aaa-30-rv} both use
2468the library @file{term/aaa}. The code in the library can use 2468the library @file{term/aaa}. The code in the library can use
2469@code{(getenv "TERM")} to find the full terminal type name.@refill 2469@code{(getenv "TERM")} to find the full terminal type name.
2470 2470
2471@vindex term-file-prefix 2471@vindex term-file-prefix
2472 The library's name is constructed by concatenating the value of the 2472 The library's name is constructed by concatenating the value of the