emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114737: Remove unnecessary @refill.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114737: Remove unnecessary @refill.
Date: Mon, 21 Oct 2013 22:11:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114737 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-22 06:10:55 +0800
message:
  Remove unnecessary @refill.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/custom.texi          
custom.texi-20091113204419-o5vbwnq5f7feedwu-6240
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-10-13 23:01:20 +0000
+++ b/doc/emacs/ChangeLog       2013-10-20 22:33:05 +0000
@@ -1,3 +1,7 @@
+2013-10-20  Xue Fuqiao  <address@hidden>
+
+       * custom.texi (Init Syntax, Terminal Init, Terminal Init): Remove 
@refill.
+
 2013-10-13  Glenn Morris  <address@hidden>
 
        * ack.texi (Acknowledgments): Comment out old alpha stuff.

=== modified file 'doc/emacs/custom.texi'
--- a/doc/emacs/custom.texi     2013-07-31 12:59:10 +0000
+++ b/doc/emacs/custom.texi     2013-10-20 22:33:05 +0000
@@ -2188,7 +2188,7 @@
 @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
address@hidden@refill
address@hidden
 
 @xref{Init Non-ASCII}, for information about including
 address@hidden in your init file.
@@ -2451,7 +2451,7 @@
 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
address@hidden
+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 @@
 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
address@hidden(getenv "TERM")} to find the full terminal type address@hidden
address@hidden(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


reply via email to

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